Typo fix, thanks to Johannes

This commit is contained in:
Tomas M
2019-10-13 20:44:13 +02:00
parent 89c08c297a
commit b6569a3d0b
+1 -1
View File
@@ -43,7 +43,7 @@ if [ "$ACTION" = "add" -o "$ACTION" = "change" ]; then
echo "" >>$TARGET
echo "[Mount]" >>$TARGET
echo "What=$DEVNAME" >>$TARGET
echo "where=$MNT" >>$TARGET
echo "Where=$MNT" >>$TARGET
echo "Type=$ID_FS_TYPE" >>$TARGET
echo "Options=defaults" >>$TARGET
echo "" >>$TARGET