mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
just exit to quite down systemd logging of umount failed on stuff we don't care about
This commit is contained in:
parent
a5af8c89d4
commit
f58ef26768
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ if [ "$1" = add ]; then
|
|||
|
||||
if ! echo $USAGE | egrep -q "(filesystem|disklabel)"; then
|
||||
log info "$DEVNAME does not contain a filesystem or disklabel"
|
||||
exit 1
|
||||
exit
|
||||
fi
|
||||
|
||||
# Try to use specifications in /etc/fstab first.
|
||||
|
|
Loading…
Reference in a new issue