1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 09:47:43 +02:00

firstboot: fix typo (closes: #6738)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19944 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-03-01 23:54:45 +00:00
parent c5a04aaadc
commit d7c7e4f683

View File

@ -6,7 +6,7 @@
with_fo_cleanup() { with_fo_cleanup() {
# try to get rid of /tmp/root # try to get rid of /tmp/root
# this will almost always fail # this will almost always fail
mount /tmp/root 2>&- umount /tmp/root 2>&-
exit 0 exit 0
} }