Hayaku
3 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_server_files.sh
|
@ -243,7 +243,7 @@ elif [ "${shortname}" == "jk2" ]; then |
|
|
update_jediknight2.sh |
|
|
update_jediknight2.sh |
|
|
elif [ "${shortname}" == "vints" ]; then |
|
|
elif [ "${shortname}" == "vints" ]; then |
|
|
update_vintagestory.sh |
|
|
update_vintagestory.sh |
|
|
elif [ -z "${appid}" ] || [ "${shortname}" == "ahl" ] || [ "${shortname}" == "bd" ] || [ "${shortname}" == "bb" ] || [ "${shortname}" == "ns" ] || [ "${shortname}" == "sfc" ] || [ "${shortname}" == "ts" ] || [ "${shortname}" == "vs" ] || [ "${shortname}" == "zmr" ]; then |
|
|
elif [ -z "${appid}" ] || [ "${shortname}" == "ahl" ] || [ "${shortname}" == "bd" ] || [ "${shortname}" == "bb" ] || [ "${shortname}" == "ns" ] || [ "${shortname}" == "sfc" ] || [ "${shortname}" == "ts" ] || [ "${shortname}" == "vs" ] || [ "${shortname}" == "zmr" ] || [ "${shortname}" == "tf2c" ]; then |
|
|
if [ "${shortname}" == "ut" ]; then |
|
|
if [ "${shortname}" == "ut" ]; then |
|
|
install_eula.sh |
|
|
install_eula.sh |
|
|
fi |
|
|
fi |
|
|