This commit is contained in:
parent
fe571e1cc9
commit
ed68b58e5c
@ -17,6 +17,8 @@ SCRIPT_DIR="$(dirname "$0")"
|
|||||||
# // |-- service.env
|
# // |-- service.env
|
||||||
# // |-- template
|
# // |-- template
|
||||||
# // |-- (script files)
|
# // |-- (script files)
|
||||||
|
# // |-- shared
|
||||||
|
# // |-- _allservicesstatus.sh
|
||||||
# // |-- config
|
# // |-- config
|
||||||
# // |-- service.env
|
# // |-- service.env
|
||||||
# // |-- (other config files for specific server&service)
|
# // |-- (other config files for specific server&service)
|
||||||
@ -74,7 +76,7 @@ function command_exists() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Get all services on the server
|
# Get all services on the server
|
||||||
SERVICES_PATH=$(realpath "${SCRIPT_DIR}/../../")
|
SERVICES_PATH=$(realpath "${SCRIPT_DIR}/../../../")
|
||||||
|
|
||||||
# Get all service names
|
# Get all service names
|
||||||
SERVICE_NAMES=$(ls "${SERVICES_PATH}")
|
SERVICE_NAMES=$(ls "${SERVICES_PATH}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user