Fix small typo in systemd mount generator

Reviewed-by: Antonio Russo <antonio.e.russo@gmail.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
Closes #9611
This commit is contained in:
InsanePrawn 2019-11-22 18:48:03 +01:00 committed by Brian Behlendorf
parent 7c1bf0cf27
commit d8ce455c1e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ process_line() {
if [ "${p_canmount}" = "off" ] ; then if [ "${p_canmount}" = "off" ] ; then
return return
elif [ "${p_canmount}" = "noauto" ] ; then elif [ "${p_canmount}" = "noauto" ] ; then
# Don't let a noauto marked mountpoint block an "auto" market mountpoint # Don't let a noauto marked mountpoint block an "auto" marked mountpoint
return return
elif [ "${p_canmount}" = "on" ] ; then elif [ "${p_canmount}" = "on" ] ; then
: # This is OK : # This is OK