mount filesystem error
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -717,6 +717,9 @@ mount_target () {
|
||||
"$FS_SUBVOL" "$DEV_NAME" "$MOUNT_POINT"
|
||||
else
|
||||
eval "$cmd"
|
||||
if [ $? -gt 0 ]; then
|
||||
die "Can't mount filesystem $DEV_NAME"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user