mirror of
https://github.com/ghndrx/minecraft.git
synced 2026-02-09 22:45:03 +00:00
Update mcversion.sh
omitted comment
This commit is contained in:
committed by
GitHub
parent
f9341ca7af
commit
2926473c12
@@ -60,7 +60,6 @@ case $e in
|
||||
;;
|
||||
esac
|
||||
|
||||
#Inform what the server has been updated to.
|
||||
echo 'server has been updated to' $version \n
|
||||
#Prompt user to start server
|
||||
while true; do
|
||||
@@ -70,4 +69,4 @@ while true; do
|
||||
[Nn]* ) echo 'To start the server "./mcserver start" in respective dir';exit;;
|
||||
* ) echo "Please answer yes or no.";;
|
||||
esac
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user