make test

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-06 22:55:50 -04:00
parent 26a1c3db6f
commit 3481b5a95f
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