mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 05:11:49 +02:00
7
hyperion/root/etc/cont-init.d/20-folders
Normal file
7
hyperion/root/etc/cont-init.d/20-folders
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if [ ! -d /config/hyperion ]; then
|
||||
echo "Creating /config/hyperion"
|
||||
mkdir -p /config/hyperion
|
||||
#chown -R abc:abc /config/hyperion
|
||||
fi
|
||||
Reference in New Issue
Block a user