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