Browse Source

missing fi

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

3
functions/command_stop.sh

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