add Hyperion (#43)

hyperion.ng 2.0.0-alpha.6
This commit is contained in:
Arne Petersen
2020-06-14 10:28:38 +02:00
committed by GitHub
parent 42140b267d
commit 953c758d80
10 changed files with 146 additions and 0 deletions

View 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