forked from forkanization/Proxmox-arm64
dont add 'password: ' to start
This commit is contained in:
@@ -37,7 +37,7 @@ msg_ok "Installed JDownloader2"
|
|||||||
msg_info "Setting up VNC Server"
|
msg_info "Setting up VNC Server"
|
||||||
mkdir /root/.vnc
|
mkdir /root/.vnc
|
||||||
secret=$(openssl rand -base64 8)
|
secret=$(openssl rand -base64 8)
|
||||||
echo "password: $secret" >>/root/.vnc/passwd
|
echo "$secret" >>/root/.vnc/passwd
|
||||||
echo $secret | vncpasswd -f
|
echo $secret | vncpasswd -f
|
||||||
msg_ok "Setup VNC Server"
|
msg_ok "Setup VNC Server"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user