mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Create 20-folders
This commit is contained in:
7
papermerge/rootfs/etc/cont-init.d/20-folders
Normal file
7
papermerge/rootfs/etc/cont-init.d/20-folders
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
|
if [ ! -d /data/config ]; then
|
||||||
|
echo "Creating /data/config"
|
||||||
|
mkdir -p /data/config
|
||||||
|
chown -R abc:abc /data/config
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user