mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Correct grammar for "an EULA" message
This commit is contained in:
parent
ffff59c6cb
commit
09ac4a93fc
2
init/msm
2
init/msm
@ -1426,7 +1426,7 @@ server_start() {
|
|||||||
|
|
||||||
if [[ -f "${SERVER_PATH[$1]}"/eula.txt ]]; then
|
if [[ -f "${SERVER_PATH[$1]}"/eula.txt ]]; then
|
||||||
if ! grep -q -i 'eula=true' "${SERVER_PATH[$1]}"/eula.txt; then
|
if ! grep -q -i 'eula=true' "${SERVER_PATH[$1]}"/eula.txt; then
|
||||||
error_exit EULA_UNACCEPTED "Could not start the server as you first need to agree to a EULA. See eula.txt for more info."
|
error_exit EULA_UNACCEPTED "Could not start the server as you first need to agree to an EULA. See eula.txt for more info."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user