We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfc510 commit d099e7eCopy full SHA for d099e7e
lgsm/functions/install_server_files.sh
@@ -212,7 +212,8 @@ fn_sleep_time
212
213
if [ "${appid}" ]; then
214
remotelocation="SteamCMD"
215
- fn_dl_steamcmd
+ forceupdate=1
216
+ update_steamcmd.sh
217
fi
218
219
if [ "${shortname}" == "ts3" ]; then
lgsm/functions/update_steamcmd.sh
@@ -18,7 +18,7 @@ fn_print_dots "${remotelocation}"
18
19
if [ "${forceupdate}" == "1" ]; then
20
# forceupdate bypasses update checks.
21
- if [ "${status}" != "0" ]; then
+ if [ "${status}" != "0" ]&&[ -v "${status}" ]; then
22
fn_print_restart_warning
23
exitbypass=1
24
command_stop.sh
0 commit comments