Skip to content
Snippets Groups Projects
Commit 4fd1f2a8 authored by Mike Boss's avatar Mike Boss
Browse files

Forgot to rename variables

parent f544c7ae
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ code-server --bind-addr=\${VSC_IP_REMOTE}:8899
ENDBSUB
)
VSC_BJOB_ID=$(echo $BJOB_OUT | awk '/is submitted/{print substr($2, 2, length($2)-2);}')
VSC_BJOB_ID=$(echo $VSC_BJOB_OUT | awk '/is submitted/{print substr($2, 2, length($2)-2);}')
# wait until batch job has started, poll every $VSC_WAITING_INTERVAL seconds to check if /cluster/home/$VSC_USERNAME/vscip exists
# once the file exists and is not empty the batch job has started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment