Skip to content

Commit e3d3df9

Browse files
2 parents fb33847 + dd218af commit e3d3df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@if "%1" NEQ "install" (
2-
echo This script is only called from ..\..\setup.bat
2+
echo This script is only called from ..\..\CodeProject.AI-Server\src\setup.bat
33
@pause
44
@goto:eof
55
)

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if [ "$1" != "install" ]; then
2-
read -t 3 -p "This script is only called from: bash ../../setup.sh"
2+
read -t 3 -p "This script is only called from: bash ../../CodeProject.AI-Server/src/setup.sh"
33
echo
44
exit 1
55
fi

0 commit comments

Comments
 (0)