Fix code indentions; Show path to eula.txt when it is not accepted yet

This commit is contained in:
Ben Pflueg
2018-10-01 19:35:31 +02:00
parent 0311691f9b
commit 2f1796bf86

View File

@ -1423,7 +1423,7 @@ server_start() {
if [[ -f "${SERVER_PATH[$1]}"/eula.txt ]]; then
if ! grep -q -i 'eula=true' "${SERVER_PATH[$1]}"/eula.txt; then
echo " Could not start the server as you first need to agree to an EULA. See eula.txt for more info."
echo " Could not start the server as you first need to agree to an EULA. See eula.txt for more info (${SERVER_PATH[$1]}/eula.txt)."
return
fi
fi