File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ fn_validation(){
2424
2525 if [ " ${appid} " == " 90" ]; then
2626 ${unbuffer} ./steamcmd.sh +login " ${steamuser} " " ${steampass} " +force_install_dir " ${serverfiles} " +app_info_print 70 +app_set_config 90 mod " ${appidmod} " +app_update " ${appid} " ${branch} +app_update " ${appid} " ${branch} validate +quit | tee -a " ${lgsmlog} "
27- elif [ " ${gamename} " == " Unturned" ]; then
28- ${unbuffer} ./steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login " ${steamuser} " " ${steampass} " +force_install_dir " ${filesdir} " +app_update " ${appid} " ${branch} validate +quit
2927 else
3028 ${unbuffer} ./steamcmd.sh +login " ${steamuser} " " ${steampass} " +force_install_dir " ${serverfiles} " +app_update " ${appid} " ${branch} validate +quit | tee -a " ${lgsmlog} "
3129 fi
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ fn_update_steamcmd_dl(){
2020 cd " ${steamcmddir} " || exit
2121 if [ " ${appid} " == " 90" ]; then
2222 ${unbuffer} ./steamcmd.sh +login " ${steamuser} " " ${steampass} " +force_install_dir " ${serverfiles} " +app_set_config 90 mod " ${appidmod} " +app_update " ${appid} " ${branch} +quit | tee -a " ${lgsmlog} "
23- elif [ " ${shortname} " == " unt" ]; then
24- ${unbuffer} ./steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login " ${steamuser} " " ${steampass} " +force_install_dir " ${filesdir} " +app_update " ${appid} " ${branch} validate +quit
2523 else
2624 ${unbuffer} ./steamcmd.sh +login " ${steamuser} " " ${steampass} " +force_install_dir " ${serverfiles} " +app_update " ${appid} " ${branch} +quit | tee -a " ${lgsmlog} "
2725 fi
You can’t perform that action at this time.
0 commit comments