Browse Source

Update fn_validate

pull/388/head
Scarsz 10 years ago
parent
commit
8146c562f9
  1. 2
      functions/fn_validate

2
functions/fn_validate

@ -23,6 +23,8 @@ sleep 1
cd "${rootdir}"
cd "steamcmd"
fn_check_steamuser
if [ $(command -v unbuffer) ]; then
unbuffer=unbuffer
fi

Loading…
Cancel
Save