Skip to content

Commit 68aa3a0

Browse files
committed
Fix vnc password script to /opt/custompios/vnc/passwd
1 parent a427b3a commit 68aa3a0

File tree

1 file changed

+2
-2
lines changed
  • src/modules/fullpageos/filesystem/opt/custompios/scripts

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
# fix for when runnign in sudo
3-
bash -c 'mkdir -p ~/.vnc'
4-
bash -c 'x11vnc -storepasswd "'${1}'" ~/.vnc/passwd'
3+
bash -c 'mkdir -p /opt/custompios/vnc'
4+
bash -c 'x11vnc -storepasswd "'${1}'" /opt/custompios/vnc/passwd'

0 commit comments

Comments
 (0)