Create hassio-config

This commit is contained in:
Pascal Vizeli
2018-04-11 15:55:29 +02:00
committed by GitHub
parent a51adba72a
commit 8747a4566d

View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
# Check if hassio-config is present
if ! findfs LABEL="hassio-config" > /dev/null; then
echo "[WARN] No hassio-config partition found."
exit 0
fi