From 420abdd4ff68444ec4396500c71f8b8e8a2684cf Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 24 Mar 2026 16:46:51 +0000 Subject: [PATCH] =?UTF-8?q?root=20/=20etc=20/=20s6-overlay=20/=20s6-rc.d?= =?UTF-8?q?=20/init-hibp/run=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root / etc / s6-overlay / s6-rc.d /init-hibp/run | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 root / etc / s6-overlay / s6-rc.d /init-hibp/run diff --git a/root / etc / s6-overlay / s6-rc.d /init-hibp/run b/root / etc / s6-overlay / s6-rc.d /init-hibp/run new file mode 100644 index 0000000..3903bcd --- /dev/null +++ b/root / etc / s6-overlay / s6-rc.d /init-hibp/run @@ -0,0 +1,10 @@ +#!/usr/bin/with-contenv bash + +echo "Start: init-hibp-config run script" + +mkdir -p /data + +echo "Set permissions to PUID: ${PUID:-911} and PGID: ${PGID:-1000}" +chown -R "${PUID:-911}:${PGID:-1000}" /config + +echo "Finish: init-hibp-config" \ No newline at end of file