Changed CHANGELOG.md .

This commit is contained in:
Marco Dalla Santa
2020-12-21 22:27:03 +01:00
parent 7d6ed29410
commit 5473b2d02c

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; . /with_key.sh;
else else
echo "🔑 Using password..."; echo "🔑 Using password...";
. with_pass.sh; . /with_pass.sh;
fi fi