[MegaLinter] Apply linters fixes

This commit is contained in:
vogler 2025-06-05 20:36:27 +00:00 committed by megalinter-bot
parent ea598c581b
commit 33a1a3fe62

View file

@ -26,7 +26,7 @@ else
# pw="-passwd $VNC_PASSWORD" # not supported anymore # pw="-passwd $VNC_PASSWORD" # not supported anymore
pw="-rfbauth ~/.vnc/passwd" pw="-rfbauth ~/.vnc/passwd"
mkdir ~/.vnc/ mkdir ~/.vnc/
echo "$VNC_PASSWORD" | /opt/TurboVNC/bin/vncpasswd -f > ~/.vnc/passwd echo "$VNC_PASSWORD" | /opt/TurboVNC/bin/vncpasswd -f >~/.vnc/passwd
pwt="with password" pwt="with password"
fi fi
# TurboVNC server replaces Xvfb+x11vnc # TurboVNC server replaces Xvfb+x11vnc