Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/install_eula.sh
|
|
@ -39,7 +39,7 @@ if [ "${shortname}" == "ts3" ]; then |
|
|
|
touch "${executabledir}/.ts3server_license_accepted" |
|
|
|
elif [ "${shortname}" == "mc" ]; then |
|
|
|
touch "${serverfiles}/eula.txt" |
|
|
|
sed -i "s/eula=false/eula=true/g" "${serverfiles}/eula.txt" |
|
|
|
echo "eula=true" > "${serverfiles}/eula.txt" |
|
|
|
elif [ "${shortname}" == "ut" ]; then |
|
|
|
: |
|
|
|
fi |
|
|
|