diff --git a/install/jdownloader2-install.sh b/install/jdownloader2-install.sh index 2eddf53e..2d169ace 100644 --- a/install/jdownloader2-install.sh +++ b/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"