We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dfeac commit aa1b1e3Copy full SHA for aa1b1e3
vendor/ngc-matlab/bootstrap.sh
@@ -28,8 +28,7 @@ ln -s /opt/noVNC/redirect.html /opt/noVNC/index.html
28
rm -rf /tmp/.X*
29
30
echo ">> Starting background VNC server"
31
-export PASSWORD=matlab
32
-printf "${PASSWORD}\n${PASSWORD}\n\n" | /opt/kernel/su-exec $LOCAL_USER_ID:$LOCAL_GROUP_ID vncpasswd
+printf "backendai\nbackendai\n\n" | /opt/kernel/su-exec $LOCAL_USER_ID:$LOCAL_GROUP_ID vncpasswd >/dev/null 2>&1
33
34
cp -R /home/matlab/.config /home/work
35
cp -R /home/matlab/Documents /home/work
0 commit comments