From 5a27574133cdcd4264560aebc7fd4f83a45e8daf Mon Sep 17 00:00:00 2001 From: Marco Dalla Santa Date: Mon, 21 Dec 2020 22:48:14 +0100 Subject: [PATCH] Changed entry . --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index c58ab2b..cd55f05 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,8 +10,8 @@ fi if [[ -n "$KEY" ]]; then echo "🔑 Using key file..."; - . /with_key.sh; + source /with_key.sh; else echo "🔑 Using password..."; - . /with_pass.sh; + source /with_pass.sh; fi \ No newline at end of file