From 1b525537faaba4bd866b1ea5144c19da6ff6ac7f Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 20 Feb 2021 16:00:18 +0100 Subject: [PATCH] Remove double 'source' in scripts --- scripts/restart.sh | 2 +- scripts/start.sh | 2 +- scripts/stop.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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") -- 2.44.0