From e08854dc313be65b9e0ea121160191f347725221 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 26 Aug 2017 05:15:37 -0400 Subject: [PATCH] fix: drop unused config dir --- functions | 1 - 1 file changed, 1 deletion(-) diff --git a/functions b/functions index d4b4040..632018a 100755 --- a/functions +++ b/functions @@ -21,7 +21,6 @@ service_create() { mkdir -p "$SERVICE_ROOT" || dokku_log_fail "Unable to create service directory" mkdir -p "$SERVICE_ROOT/data" || dokku_log_fail "Unable to create service data directory" - mkdir -p "$SERVICE_ROOT/config" || dokku_log_fail "Unable to create service config directory" touch "$LINKS_FILE" password=$(openssl rand -hex 16) echo "$password" > "$SERVICE_ROOT/PASSWORD"