|
@@ -24,9 +24,9 @@ fn_validation(){
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
if [ "${engine}" == "goldsource" ]; then
|
|
if [ "${engine}" == "goldsource" ]; then
|
|
|
- ${unbuffer} ./steamcmd.sh +login "${steamuser}" '${steampass}' +force_install_dir "${filesdir}" +app_set_config 90 mod ${appidmod} +app_update "${appid}" ${branch} +app_update "${appid}" ${branch} validate +quit| tee -a "${scriptlog}"
|
|
|
|
|
|
|
+ ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_set_config 90 mod ${appidmod} +app_update "${appid}" ${branch} +app_update "${appid}" ${branch} validate +quit| tee -a "${scriptlog}"
|
|
|
else
|
|
else
|
|
|
- ${unbuffer} ./steamcmd.sh +login "${steamuser}" '${steampass}' +force_install_dir "${filesdir}" +app_update "${appid}" ${branch} validate +quit| tee -a "${scriptlog}"
|
|
|
|
|
|
|
+ ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" ${branch} validate +quit| tee -a "${scriptlog}"
|
|
|
fi
|
|
fi
|
|
|
if [ $? != 0 ]; then
|
|
if [ $? != 0 ]; then
|
|
|
fn_print_fail_nl "Validating files: SteamCMD"
|
|
fn_print_fail_nl "Validating files: SteamCMD"
|
|
@@ -54,4 +54,4 @@ if [ "${status}" != "0" ]; then
|
|
|
else
|
|
else
|
|
|
fn_validation
|
|
fn_validation
|
|
|
fi
|
|
fi
|
|
|
-core_exit.sh
|
|
|
|
|
|
|
+core_exit.sh
|