Files
hassio-addons/hyperion/root/etc/cont-init.d/20-folders
Arne Petersen 953c758d80 add Hyperion (#43)
hyperion.ng 2.0.0-alpha.6
2020-06-14 10:28:38 +02:00

7 lines
167 B
Plaintext

#!/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