Create hassio-config
This commit is contained in:
8
buildroot-external/rootfs-overlay/usr/sbin/hassio-config
Normal file
8
buildroot-external/rootfs-overlay/usr/sbin/hassio-config
Normal 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
|
||||
Reference in New Issue
Block a user