Fix for Steam Guard Authentication, possibly dirty
@ -22,9 +22,7 @@ fn_validation(){
cd "${rootdir}/steamcmd"
if [ $(command -v unbuffer) ]; then
unbuffer=unbuffer
elif [ $(command -v stdbuf) ]; then
if [ $(command -v stdbuf) ]; then
unbuffer="stdbuf -i0 -o0 -e0"
fi
@ -45,9 +45,7 @@ fn_install_server_files_steamcmd(){
# Detects if unbuffer command is available.
@ -14,9 +14,7 @@ fn_steamcmd_dl(){
cd "steamcmd"