fix potential data loss issue on failed umount (patch from #942)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5474 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-11-09 02:02:13 +00:00
parent cf74735579
commit 181d78d0b9
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ add)
}
;;
remove)
umount /tmp/$DEV
rm -rf /dev/$DEV /tmp/$DEV
umount /tmp/$DEV && rmdir /tmp/$DEV
rm -f /dev/$DEV /tmp/$DEV
;;
esac
} 2>&1 | logger