mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-16 04:18:28 +00:00
Fix typo in stop/restart warn
This commit is contained in:
parent
e688c69719
commit
053d5a5979
@ -682,10 +682,10 @@ doStartAll(){
|
||||
#
|
||||
doStop() {
|
||||
if isTheServerRunning; then
|
||||
if [ " $* " =~ " --warn " ]; then
|
||||
if [[ " $* " =~ " --warn " ]]; then
|
||||
doWarn "$1"
|
||||
fi
|
||||
if [ " $* " =~ " --saveworld " ]; then
|
||||
if [[ " $* " =~ " --saveworld " ]]; then
|
||||
doSaveWorld
|
||||
fi
|
||||
tput sc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user