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