mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 15:15:58 +02:00
Update 20-folders
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
if [ ! -d /data/config ]; then
|
if [ ! -d /config ]; then
|
||||||
echo "Creating /data/config"
|
echo "Creating /config"
|
||||||
mkdir -p /data/config
|
mkdir -p /config
|
||||||
chown -R abc:abc /data/config
|
chown -R abc:abc /config
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user