diff --git a/root / etc / s6-overlay / s6-rc.d /init-hibp/run b/root / etc / s6-overlay / s6-rc.d /init-hibp/run deleted file mode 100644 index 3903bcd..0000000 --- a/root / etc / s6-overlay / s6-rc.d /init-hibp/run +++ /dev/null @@ -1,10 +0,0 @@ -#!/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