mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-10 02:15:25 +08:00
Changed entry .
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user