Browse Source

tab function

pull/3146/head
Daniel Gibbs 5 years ago
parent
commit
07d1d9daa5
  1. 6
      lgsm/functions/core_steamcmd.sh

6
lgsm/functions/core_steamcmd.sh

@ -126,8 +126,8 @@ fn_check_steamcmd_ark(){
}
fn_check_steamcmd_clear(){
# Will remove steamcmd dir if steamcmd package is installed.
if [ "$(command -v steamcmd 2>/dev/null)" ]&&[ -d "${rootdir}/steamcmd" ]; then
# Will remove steamcmd dir if steamcmd package is installed.
if [ "$(command -v steamcmd 2>/dev/null)" ]&&[ -d "${rootdir}/steamcmd" ]; then
rm -rf "${steamcmddir:?}"
exitcode=$?
if [ "${exitcode}" != 0 ]; then
@ -135,7 +135,7 @@ if [ "$(command -v steamcmd 2>/dev/null)" ]&&[ -d "${rootdir}/steamcmd" ]; then
else
fn_script_log_pass "Removing ${rootdir}/steamcmd"
fi
fi
fi
}
fn_check_steamcmd_exec(){

Loading…
Cancel
Save