modified: .github/workflows/patch_v6.yml

modified:   .github/workflows/patch_v7.yml
This commit is contained in:
elseif 2026-07-15 01:34:24 +08:00
parent 73c149696f
commit 1f552fcd84
2 changed files with 2 additions and 2 deletions

View File

@ -561,7 +561,7 @@ jobs:
USER=${{ secrets.SSH_USERNAME }}
PASS=${{ secrets.SSH_PASSWORD }}
PORT=${{ secrets.SSH_PORT }}
sshpass -p "$PASS" ssh -o StrictHostKeyChecking=no -p $PORT $USER@$SERVER << 'EOF'
sshpass -p "$PASS" ssh -o StrictHostKeyChecking=no -p $PORT $USER@$SERVER << EOF
ln -sf /root/$REMOTE_PATH/$VERSION/info /rw/disk/$REMOTE_PATH/NEWEST6.$CHANNEL
ln -sf /root/$REMOTE_PATH/$VERSION/info /rw/disk/$REMOTE_PATH/NEWESTa6.$CHANNEL
chown -R 32768:32768 /rw/disk/$REMOTE_PATH

View File

@ -969,7 +969,7 @@ jobs:
USER=${{ secrets.SSH_USERNAME }}
PASS=${{ secrets.SSH_PASSWORD }}
PORT=${{ secrets.SSH_PORT }}
sshpass -p "$PASS" ssh -o StrictHostKeyChecking=no -p $PORT $USER@$SERVER << 'EOF'
sshpass -p "$PASS" ssh -o StrictHostKeyChecking=no -p $PORT $USER@$SERVER << EOF
bash /rw/disk/$REMOTE_PATH/packages.sh /rw/disk/$REMOTE_PATH/$VERSION
ln -sf /root/$REMOTE_PATH/$VERSION/info /rw/disk/$REMOTE_PATH/NEWESTa7.$CHANNEL
chown -R 32768:32768 /rw/disk/$REMOTE_PATH