Changed entrypoiny.sh .

This commit is contained in:
Marco Dalla Santa
2020-12-21 22:06:57 +01:00
parent b4eb8f8a33
commit d744479d59

View File

@@ -8,7 +8,7 @@ if [ -z "$PRE_UPLOAD" ] && [ "$PASSWORD" ]; then
exit 0; exit 0;
fi fi
if [[ ! -z "$KEY" ]]; then if [[ -n "$KEY" ]]; then
echo "🔑 Using key file..."; echo "🔑 Using key file...";
. with_key.sh; . with_key.sh;
else else