1
0
Fork 0
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:
Jerry Vonau 2025-01-25 15:39:08 -06:00
parent a5af8c89d4
commit f58ef26768

View file

@ -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.