Skip to content

Commit

Permalink
Preloading oras://ghcr.io images via CURL
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Oct 28, 2023
1 parent 5003415 commit 3967129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyakvnc
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ function stop_hyakvnc_session {

if [[ -n "${should_cancel}" ]]; then
log INFO "Cancelling job ${jobid}"
sleep 5 # Wait for VNC process to exit
scancel "${jobid}" || log ERROR "scancel failed to cancel job ${jobid}"
sleep 1 # Wait for VNC process to exit
scancel --full "${jobid}" || log ERROR "scancel failed to cancel job ${jobid}"
fi
return 0
}
Expand Down

0 comments on commit 3967129

Please sign in to comment.