Update 50-mounts

This commit is contained in:
Alexandre
2020-11-29 18:58:00 +01:00
committed by GitHub
parent fc6fd4b6d5
commit 7b1f18f597

View File

@@ -1,2 +1,9 @@
#!/usr/bin/with-contenv bashio
mount /dev/sdb1 /share/test
if [ ! -d /share/storage ]; then
echo "Creating /share/storage"
mkdir -p /share/storage
chown -R abc:abc /share/storage
fi
mount /dev/sdb1 /share/storage