mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
put vnc password in /app dir
(cherry picked from commit 69a482e5b8ab624cd46883dbd4735daad536199b)
This commit is contained in:
parent
e19a3ef776
commit
734729ad4c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,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 "$secret" >>/root/.vnc/passwd
|
echo "$secret" >>/app/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