dropshell release 2025.0518.1355
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
This commit is contained in:
@ -73,6 +73,7 @@ function run_command() {
|
||||
# update the main variables.
|
||||
CONFIG_PATH="${service_path}/config"
|
||||
SERVICE="${SERVICE_NAME}"
|
||||
DOCKER_CLI_HINTS=false
|
||||
|
||||
set +a
|
||||
|
||||
@ -99,6 +100,10 @@ function command_exists() {
|
||||
}
|
||||
|
||||
|
||||
if [ ! -d "${SERVICES_PATH}" ]; then
|
||||
echo "Services path does not exist: ${SERVICES_PATH}"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Get all service names
|
||||
SERVICE_NAMES=$(ls "${SERVICES_PATH}")
|
||||
|
Reference in New Issue
Block a user