diff --git a/rootfs/etc/cont-init.d/10-adduser b/rootfs/etc/cont-init.d/10-adduser index 5d4ee38eb..918821ec7 100644 --- a/rootfs/etc/cont-init.d/10-adduser +++ b/rootfs/etc/cont-init.d/10-adduser @@ -9,9 +9,9 @@ groupmod -o -g "$PGID" abc usermod -o -u "$PUID" abc chown -R abc:abc /home/abc/bin -chown -R abc:abc /config -chown -R abc:abc /recordings -chown -R abc:abc /segments +chown -R --silent abc:abc /config || : +chown -R --silent abc:abc /recordings || : +chown -R --silent abc:abc /segments || : log_info "************************ UID/GID *************************" log_info "User uid: $(id -u abc)"