Changed entry .

This commit is contained in:
Marco Dalla Santa
2020-12-21 22:48:14 +01:00
parent 5473b2d02c
commit 5a27574133

View File

@@ -10,8 +10,8 @@ fi
if [[ -n "$KEY" ]]; then if [[ -n "$KEY" ]]; then
echo "🔑 Using key file..."; echo "🔑 Using key file...";
. /with_key.sh; source /with_key.sh;
else else
echo "🔑 Using password..."; echo "🔑 Using password...";
. /with_pass.sh; source /with_pass.sh;
fi fi