put vnc password in /app dir

(cherry picked from commit 69a482e5b8ab624cd46883dbd4735daad536199b)
pull/3193/head
Sam Heinz 1 year ago
parent e19a3ef776
commit 734729ad4c
  1. 2
      install/jdownloader2-install.sh

@ -38,7 +38,7 @@ msg_ok "Installed JDownloader2"
msg_info "Setting up VNC Server"
mkdir /root/.vnc
secret=$(openssl rand -base64 8)
echo "$secret" >>/root/.vnc/passwd
echo "$secret" >>/app/passwd
echo $secret | vncpasswd -f
msg_ok "Setup VNC Server"

Loading…
Cancel
Save