Skip to content
Snippets Groups Projects
Commit f7a962c2 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

fix for

b=15255
i=Adilger
umount $MOUNT2 only if it is set
parent 63bd84ef
No related branches found
No related tags found
No related merge requests found
......@@ -765,7 +765,7 @@ stopall() {
if [ -n "$CLIENTS" ]; then
zconf_umount_clients $CLIENTS $MOUNT "$*" || true
zconf_umount_clients $CLIENTS $MOUNT2 "$*" || true
[ -n "$MOUNT2" ] && zconf_umount_clients $CLIENTS $MOUNT2 "$*" || true
fi
[ "$CLIENTONLY" ] && return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment