You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DCV connection script (pcluster_dcv_connect.sh) uses curl to generate auth tokens.
This script should explicitly call "/usr/bin/curl" rather than just "curl".
Without explicit path, the script can switch to user's custom curl version.
Patch from @bollig
Signed-off-by: Enrico Usai <[email protected]>
0 commit comments