rm little merge conflict

merge-requests/273/head
Bernhard Landauer 8 years ago
parent bfcc9f691c
commit 79b24f8bf5

@ -3,7 +3,7 @@ umount_partitions() {
MOUNTED=""
MOUNTED=$(mount | grep "${MOUNTPOINT}" | awk '{print $3}' | sort -r)
swapoff -a
for i in ${MOUNTED[@]}; do
umount $i >/dev/null 2>$ERR
check_for_error $FUNCNAME $?

Loading…
Cancel
Save