From d52d8e95bf2e3777dbb914dd8c13fd41ffcd6844 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Sun, 9 Oct 2022 23:56:48 -0400 Subject: [PATCH] No need to take ownership of the config directory: this is done by the baseimage. --- rootfs/etc/cont-init.d/55-firefox.sh | 3 --- 1 file changed, 3 deletions(-) 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 :