Skip to content

Commit

Permalink
Fix small typo in systemd mount generator
Browse files Browse the repository at this point in the history
Reviewed-by: Antonio Russo <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Signed-off-by: InsanePrawn <[email protected]>
Closes #9611
  • Loading branch information
InsanePrawn authored and behlendorf committed Nov 27, 2019
1 parent 7c1bf0c commit d8ce455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/systemd/system-generators/zfs-mount-generator.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ process_line() {
if [ "${p_canmount}" = "off" ] ; then
return
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
elif [ "${p_canmount}" = "on" ] ; then
: # This is OK
Expand Down

0 comments on commit d8ce455

Please sign in to comment.