Skip to content

Commit

Permalink
Fix chown
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Nov 6, 2024
1 parent 35150ca commit a427b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fullpageos/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ then
apt-get install -y --force-yes x11vnc

mkdir -p /opt/custompios/vnc
chown "${BASE_USER}":"${BASE_USER}"
chown "${BASE_USER}":"${BASE_USER}" /opt/custompios/vnc

# Set x11vnc password
if [ "$FULLPAGEOS_OVERRIDE_PASSWORD" != "default" ]
Expand Down

0 comments on commit a427b3a

Please sign in to comment.