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}")