|
|
@ -61,8 +61,9 @@ fn_install_server_files_steamcmd(){ |
|
|
|
check_steamcmd.sh |
|
|
|
fi |
|
|
|
|
|
|
|
# Detects if unbuffer command is available. |
|
|
|
if [ $(command -v stdbuf) ]; then |
|
|
|
# Detects if unbuffer command is available for 32 bit distributions only. |
|
|
|
info_distro.sh |
|
|
|
if [ $(command -v stdbuf) ]&&[ "${arch}" != "x86_64" ]; then |
|
|
|
unbuffer="stdbuf -i0 -o0 -e0" |
|
|
|
fi |
|
|
|
|
|
|
@ -134,4 +135,4 @@ if [ -z "${autoinstall}" ]; then |
|
|
|
* ) echo "Please answer yes or no.";; |
|
|
|
esac |
|
|
|
done |
|
|
|
fi |
|
|
|
fi |
|
|
|