|
@@ -30,7 +30,10 @@ if [ $(command -v unbuffer) ]; then
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" validate +quit|tee -a "${scriptlog}"
|
|
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" validate +quit|tee -a "${scriptlog}"
|
|
|
-if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then echo -e '\n'; fn_csgofix; fi
|
|
|
|
|
|
|
+if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
|
|
|
|
|
+ echo -e '\n'
|
|
|
|
|
+ fn_csgofix
|
|
|
|
|
+fi
|
|
|
fn_scriptlog "Checking complete"
|
|
fn_scriptlog "Checking complete"
|
|
|
}
|
|
}
|
|
|
|
|
|