mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
dont add 'password: ' to start
(cherry picked from commit cd1ebc02273ae858b194a4af3284a40d04ef2813)
This commit is contained in:
parent
f127a15016
commit
454ec8ea1b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue