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 8e56d8b8c8
commit b403b7a73e

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
##