Fixed keeping name of udev rules after usb import (#232)

Closes #231
This commit is contained in:
Simon Holzmayer 2018-10-29 16:01:29 +01:00 committed by Pascal Vizeli
parent a2363d9a27
commit 809abbfde2

View File

@ -56,7 +56,7 @@ if [ -d "${CONFIG_DIR}/udev" ]; then
echo "[Info] Update Udev configuration!"
rm -rf /etc/udev/rules.d/*
cp -f ${CONFIG_DIR}/udev/* /etc/udev/rules.d/*
cp -f ${CONFIG_DIR}/udev/* /etc/udev/rules.d/
fi
##