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