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:
parent
7c1bf0cf27
commit
d8ce455c1e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue