mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
7 lines
167 B
Plaintext
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 |