From 734729ad4c04a72da9eede741ccc653a797e0db9 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:55:03 +1000 Subject: [PATCH] put vnc password in /app dir (cherry picked from commit 69a482e5b8ab624cd46883dbd4735daad536199b) --- install/jdownloader2-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"