From d744479d593bfdeb90833d983a8b5b8a40f13153 Mon Sep 17 00:00:00 2001 From: Marco Dalla Santa Date: Mon, 21 Dec 2020 22:06:57 +0100 Subject: [PATCH] Changed entrypoiny.sh . --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ccec018..e2afc06 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,7 +8,7 @@ if [ -z "$PRE_UPLOAD" ] && [ "$PASSWORD" ]; then exit 0; fi -if [[ ! -z "$KEY" ]]; then +if [[ -n "$KEY" ]]; then echo "🔑 Using key file..."; . with_key.sh; else