Skip to content

Commit a427b3a

Browse files
committed
Fix chown
1 parent 35150ca commit a427b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/fullpageos/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ then
124124
apt-get install -y --force-yes x11vnc
125125

126126
mkdir -p /opt/custompios/vnc
127-
chown "${BASE_USER}":"${BASE_USER}"
127+
chown "${BASE_USER}":"${BASE_USER}" /opt/custompios/vnc
128128

129129
# Set x11vnc password
130130
if [ "$FULLPAGEOS_OVERRIDE_PASSWORD" != "default" ]

0 commit comments

Comments
 (0)