make test

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-06 22:53:02 -04:00
parent 2bc4c534b8
commit ac2652fd92
5 changed files with 97 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ service_info() {
}
service_list() {
local SERVICES=$(ls $PLUGIN_DATA_ROOT 2> /dev/null)
local SERVICES=$(ls "$PLUGIN_DATA_ROOT" 2> /dev/null)
if [[ -z $SERVICES ]]; then
dokku_log_warn "There are no $PLUGIN_SERVICE services"
else