|
|
@ -1644,7 +1644,7 @@ get_default_target_services() { |
|
|
|
local services=("$@") |
|
|
|
if [ -z "${services[*]}" ]; then |
|
|
|
if [ "$DEFAULT_SERVICES" ]; then |
|
|
|
info "No service provided, using $WHITE\$DEFAULT_SERVICES$NORMAL variable." \ |
|
|
|
debug "No service provided, using $WHITE\$DEFAULT_SERVICES$NORMAL variable." \ |
|
|
|
"Target services: $DARKYELLOW$DEFAULT_SERVICES$NORMAL" |
|
|
|
services="$DEFAULT_SERVICES" |
|
|
|
else |
|
|
|