Skip to content

Commit

Permalink
sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-lew committed Jan 14, 2025
1 parent 02076e2 commit 3b4ac9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: |
echo '#!/usr/bin/expect' > connect_vpn.expect
echo 'spawn gpclient connect vpngate.ntu.edu.sg' >> connect_vpn.expect
echo 'sleep 20' >> connect_vpn.expect # Sleep for 20 seconds
echo 'expect "Username:"' >> connect_vpn.expect
echo 'send "[email protected]\r"' >> connect_vpn.expect
echo 'expect "Password:"' >> connect_vpn.expect
Expand Down

0 comments on commit 3b4ac9c

Please sign in to comment.