From: Elias Fleckenstein Date: Sat, 20 Feb 2021 15:00:18 +0000 (+0100) Subject: Remove double 'source' in scripts X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1b525537faaba4bd866b1ea5144c19da6ff6ac7f;p=elidragon_v2.git Remove double 'source' in scripts --- diff --git a/scripts/restart.sh b/scripts/restart.sh index 13b612a..c83f46d 100755 --- a/scripts/restart.sh +++ b/scripts/restart.sh @@ -2,7 +2,7 @@ # Elidragon v2 restart script # Restart worlds, multiserver and mapserver -source source scripts/common.sh +source scripts/common.sh case $1 in "--all") diff --git a/scripts/start.sh b/scripts/start.sh index 55d5e28..961581c 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -2,7 +2,7 @@ # Elidragon v2 start script # Start worlds, multiserver and mapserver -source source scripts/common.sh +source scripts/common.sh case $1 in "--all") diff --git a/scripts/stop.sh b/scripts/stop.sh index 501eb05..d8493bf 100755 --- a/scripts/stop.sh +++ b/scripts/stop.sh @@ -2,7 +2,7 @@ # Elidragon v2 stop script # Stop worlds, multiserver and mapserver -source source scripts/common.sh +source scripts/common.sh case $1 in "--all")