From fc7ddc3e2a3df96cbe8535d8ccf5ede78179c72a Mon Sep 17 00:00:00 2001 From: schlepptop Date: Sat, 18 Jul 2020 16:55:23 +0200 Subject: [PATCH 1/2] Fix #203 --- common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-functions b/common-functions index c0b316c..70d834c 100755 --- a/common-functions +++ b/common-functions @@ -782,7 +782,7 @@ service_unlink() { fi [[ -z ${LINK[*]} ]] && dokku_log_fail "Not linked to app $APP" - config_unset "$APP" "${LINK[*]}" + config_unset "$APP" "${LINK[@]}" } service_version() { From 34f02b6aa4960da454d92a7b8d159b1d585829ac Mon Sep 17 00:00:00 2001 From: schlepptop Date: Sun, 19 Jul 2020 14:26:01 +0200 Subject: [PATCH 2/2] Empty commit; trigger retest