root / etc / s6-overlay / s6-rc.d /init-hibp/run hinzugefügt
This commit is contained in:
10
root / etc / s6-overlay / s6-rc.d /init-hibp/run
Normal file
10
root / etc / s6-overlay / s6-rc.d /init-hibp/run
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user