Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Dec 16, 2021
1 parent a14a465 commit 343d40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/globalprotect/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gvpn() {

kaiju_connect() {

sshpass -p ${{KAIJUPASSWD}} ssh -tt -oStrictHostKeyChecking=no ${{KAIJUUSER}}@kaiju.anu.edu.au
sshpass -p ${KAIJUPASSWD} ssh -tt -oStrictHostKeyChecking=no ${KAIJUUSER}@kaiju.anu.edu.au
mkdir this_was_created_by_action

}
Expand Down

0 comments on commit 343d40f

Please sign in to comment.