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