Commit 77db7cf4 authored by wangkx1's avatar wangkx1
Browse files

Update verify_kylin.sh

parent 8c9dc81d
......@@ -17,6 +17,8 @@ REMOTE_HOST="10.17.30.230"
REMOTE_PATH="/home/harbor/key/harbor.crt"
LOCAL_PATH="/etc/ssl/certs/"
echo "如需使用, 请私聊索要密码"
scp "$REMOTE_USER@$REMOTE_HOST:$REMOTE_PATH" "$LOCAL_PATH"
if [ $? -eq 0 ]; then
echo "文件已成功下载到 $LOCAL_PATH"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment