diff --git a/rootfs/etc/cont-init.d/55-firefox.sh b/rootfs/etc/cont-init.d/55-firefox.sh index 8f4c73d..1f89ef1 100755 --- a/rootfs/etc/cont-init.d/55-firefox.sh +++ b/rootfs/etc/cont-init.d/55-firefox.sh @@ -68,7 +68,4 @@ do touch "$LOG_FILE" done -# Take ownership of the config directory content. -find /config -mindepth 1 -exec chown $USER_ID:$GROUP_ID {} \; - # vim: set ft=sh :