1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

firstboot: fix typo (closes: #6738)

SVN-Revision: 19944
This commit is contained in:
Nicolas Thill 2010-03-01 23:54:45 +00:00
parent cbd858715d
commit 45f7dc9459

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