]> git.lizzy.rs Git - elidragon_v2.git/commitdiff
Correct case statements in scripts
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 20 Feb 2021 14:55:10 +0000 (15:55 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 20 Feb 2021 14:55:10 +0000 (15:55 +0100)
scripts/start.sh
scripts/stop.sh

index 17a70535e4d3baf38e99fa879eb0e9cf2aac5318..55d5e284317c83f08039833919e1e2f94fb8c47b 100755 (executable)
@@ -5,7 +5,7 @@
 source source scripts/common.sh
 
 case $1 in
-       "--all"
+       "--all")
                start_mapserver
                start_multiserver
                loop_worlds start_world
index b4a48bf2de69c565f22a4ee94c351ac7bf90042b..501eb05355d6df07baaa97adeafa309401c4f259 100755 (executable)
@@ -5,7 +5,7 @@
 source source scripts/common.sh
 
 case $1 in
-       "--all"
+       "--all")
                stop_mapserver
                stop_multiserver
                loop_worlds stop_world