Update mcversion.sh

omitted comment
This commit is contained in:
Gregory R. Hendrickson
2018-04-02 08:42:37 -07:00
committed by GitHub
parent f9341ca7af
commit 2926473c12

View File

@@ -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