From ed68b58e5c65252d74a0a1e38f778486cb1d7cce Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 10 May 2025 21:46:56 +1200 Subject: [PATCH] ... --- templates/dropshell-agent/shared/_allservicesstatus.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/dropshell-agent/shared/_allservicesstatus.sh b/templates/dropshell-agent/shared/_allservicesstatus.sh index 52fa568..eeeb98b 100755 --- a/templates/dropshell-agent/shared/_allservicesstatus.sh +++ b/templates/dropshell-agent/shared/_allservicesstatus.sh @@ -17,6 +17,8 @@ SCRIPT_DIR="$(dirname "$0")" # // |-- service.env # // |-- template # // |-- (script files) +# // |-- shared +# // |-- _allservicesstatus.sh # // |-- config # // |-- service.env # // |-- (other config files for specific server&service) @@ -74,7 +76,7 @@ function command_exists() { } # Get all services on the server -SERVICES_PATH=$(realpath "${SCRIPT_DIR}/../../") +SERVICES_PATH=$(realpath "${SCRIPT_DIR}/../../../") # Get all service names SERVICE_NAMES=$(ls "${SERVICES_PATH}")