Browse Source

missing fi

pull/743/head
Daniel Gibbs 9 years ago
parent
commit
7e732a2f6f
  1. 5
      functions/command_stop.sh

5
functions/command_stop.sh

@ -139,7 +139,8 @@ elif [ "${engine}" == "source" ]; then
elif [ "${engine}" == "goldsource" ]; then
fn_stop_graceful_goldsource
else
fn_stop_tmux
fn_stop_tmux
fi
}
fn_stop_teamspeak3(){
@ -196,7 +197,5 @@ else
fi
}
check.sh
fn_stop_pre_check
Loading…
Cancel
Save