mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-22 06:38:27 +00:00
Merge pull request #339 from klightspeed/1.5-dev#fixrestartwarn
Fix typo in stop/restart warn
This commit is contained in:
commit
f6ce5430a0
@ -682,10 +682,10 @@ doStartAll(){
|
|||||||
#
|
#
|
||||||
doStop() {
|
doStop() {
|
||||||
if isTheServerRunning; then
|
if isTheServerRunning; then
|
||||||
if [ " $* " =~ " --warn " ]; then
|
if [[ " $* " =~ " --warn " ]]; then
|
||||||
doWarn "$1"
|
doWarn "$1"
|
||||||
fi
|
fi
|
||||||
if [ " $* " =~ " --saveworld " ]; then
|
if [[ " $* " =~ " --saveworld " ]]; then
|
||||||
doSaveWorld
|
doSaveWorld
|
||||||
fi
|
fi
|
||||||
tput sc
|
tput sc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user