mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Create hassio-config
This commit is contained in:
parent
a51adba72a
commit
8747a4566d
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
|
Loading…
x
Reference in New Issue
Block a user