|
@@ -88,7 +88,7 @@ fn_install_server_files_steamcmd(){
|
|
|
|
|
|
|
|
if [ "${counter}" -le "4" ]; then
|
|
if [ "${counter}" -le "4" ]; then
|
|
|
if [ "${engine}" == "goldsource" ]; then
|
|
if [ "${engine}" == "goldsource" ]; then
|
|
|
- ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${branch} +quit
|
|
|
|
|
|
|
+ ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_info_print 70 +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${branch} +quit
|
|
|
local exitcode=$?
|
|
local exitcode=$?
|
|
|
else
|
|
else
|
|
|
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} +quit
|
|
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} +quit
|
|
@@ -96,7 +96,7 @@ fn_install_server_files_steamcmd(){
|
|
|
fi
|
|
fi
|
|
|
elif [ "${counter}" -ge "5" ]; then
|
|
elif [ "${counter}" -ge "5" ]; then
|
|
|
if [ "${engine}" == "goldsource" ]; then
|
|
if [ "${engine}" == "goldsource" ]; then
|
|
|
- ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${branch} validate +quit
|
|
|
|
|
|
|
+ ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_info_print 70 +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${branch} validate +quit
|
|
|
local exitcode=$?
|
|
local exitcode=$?
|
|
|
else
|
|
else
|
|
|
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} validate +quit
|
|
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} validate +quit
|
|
@@ -117,7 +117,7 @@ fn_install_server_files_steamcmd(){
|
|
|
counter="0"
|
|
counter="0"
|
|
|
while [ "${counter}" -le "4" ]; do
|
|
while [ "${counter}" -le "4" ]; do
|
|
|
counter=$((counter+1))
|
|
counter=$((counter+1))
|
|
|
- ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod ${appidmod} +app_update "${appid}" ${branch} -validate +quit
|
|
|
|
|
|
|
+ ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_info_print 70 +app_set_config 90 mod ${appidmod} +app_update "${appid}" ${branch} validate +quit
|
|
|
local exitcode=$?
|
|
local exitcode=$?
|
|
|
done
|
|
done
|
|
|
fi
|
|
fi
|