We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860c47e commit dd218afCopy full SHA for dd218af
install.bat
@@ -1,5 +1,5 @@
1
@if "%1" NEQ "install" (
2
- echo This script is only called from ..\..\setup.bat
+ echo This script is only called from ..\..\CodeProject.AI-Server\src\setup.bat
3
@pause
4
@goto:eof
5
)
install.sh
if [ "$1" != "install" ]; then
- read -t 3 -p "This script is only called from: bash ../../setup.sh"
+ read -t 3 -p "This script is only called from: bash ../../CodeProject.AI-Server/src/setup.sh"
echo
exit 1
fi
0 commit comments