mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Fix modules import from USB-Stick (#331)
This commit is contained in:
parent
8e56d8b8c8
commit
b403b7a73e
@ -47,7 +47,7 @@ if [ -d "${CONFIG_DIR}/modules" ]; then
|
|||||||
echo "[Info] Update Modules configuration!"
|
echo "[Info] Update Modules configuration!"
|
||||||
|
|
||||||
rm -rf /etc/modules-load.d/*
|
rm -rf /etc/modules-load.d/*
|
||||||
cp -f ${CONFIG_DIR}/modules/* /etc/modules-load.d/*
|
cp -f ${CONFIG_DIR}/modules/* /etc/modules-load.d/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user