mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-12-23 18:15:34 +08:00
Changed CHANGELOG.md .
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user