Move service checks into commands file
This commit is contained in:
2
commands
2
commands
@@ -181,6 +181,8 @@ case "$1" in
|
||||
;;
|
||||
|
||||
$PLUGIN_COMMAND_PREFIX:info)
|
||||
[[ -z $2 ]] && dokku_log_fail "Please specify a name for the service"
|
||||
verify_service_name "$2"
|
||||
service_info $2
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user