Fix modules import from USB-Stick (#331)

This commit is contained in:
Simon Holzmayer 2019-01-25 14:27:02 +01:00 committed by Pascal Vizeli
parent c270ac5c9a
commit 73a875c263

View File

@ -47,7 +47,7 @@ if [ -d "${CONFIG_DIR}/modules" ]; then
echo "[Info] Update Modules configuration!"
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
##