Show correct paths in compile script
This commit is contained in:
parent
e290cb4e9b
commit
6e568e605e
11
compile.sh
11
compile.sh
@ -493,20 +493,15 @@ echo
|
|||||||
#=================== Print success message ===================
|
#=================== Print success message ===================
|
||||||
|
|
||||||
|
|
||||||
cd ../Server
|
cd Server
|
||||||
echo
|
echo
|
||||||
echo "-----------------"
|
echo "-----------------"
|
||||||
echo "Compilation done!"
|
echo "Compilation done!"
|
||||||
echo
|
echo
|
||||||
echo "Cuberite awaits you at:"
|
echo "Cuberite awaits you at:"
|
||||||
|
echo "$PWD/Cuberite"
|
||||||
|
|
||||||
if [ "$CHOICE_BUILDTYPE" = "Debug" ]; then
|
cd ../..
|
||||||
echo "$PWD/Cuberite_debug"
|
|
||||||
else
|
|
||||||
echo "$PWD/Cuberite"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
echo "
|
echo "
|
||||||
You can always update Cuberite by executing:
|
You can always update Cuberite by executing:
|
||||||
$PWD/compile.sh
|
$PWD/compile.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user