mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01: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