mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
fixed unbound variable and removed exits
This commit is contained in:
@@ -41,16 +41,15 @@ while true; do
|
||||
echo "Before starting the server, please accept the EULA"
|
||||
else
|
||||
echo "Something went wrong, please recreate the EULA"
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
echo "Before starting the server, please accept the EULA"
|
||||
exit 2
|
||||
fi
|
||||
read -p "Press Enter to continue..."
|
||||
break
|
||||
;;
|
||||
"Set EULA")
|
||||
current_date=$(date)
|
||||
clear
|
||||
echo " Setting EULA "
|
||||
echo "------------------------------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user