Skip to content

Commit

Permalink
Update check_cron.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtwy authored Aug 6, 2024
1 parent ff18818 commit e81300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ssh=$(echo "$account" | jq -r '.ssh')
echo "echo \"Executing for $username@$ssh\"" >> sshpass.sh
echo "sshpass -p '$password' ssh -o StrictHostKeyChecking=no '$username@$ssh' 'bash <(curl -s https://raw.githubusercontent.com/gshtwy/socks5-hysteria2-for-serv00/main/check_cron.sh)'" >> sshpass.sh
echo "sshpass -p '$password' ssh -o StrictHostKeyChecking=no '$username@$ssh' 'bash <(curl -s https://raw.githubusercontent.com/gshtwy/socks5-hysteria2-for-serv00/main/crtest.sh)'" >> sshpass.sh
done < <(jq -c '.[]' accounts.json)
chmod +x sshpass.sh
Expand Down

0 comments on commit e81300d

Please sign in to comment.