aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/firstboot
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-03-01 23:54:45 +0000
committerNicolas Thill <nico@openwrt.org>2010-03-01 23:54:45 +0000
commit8b7dac4be45531121e80ab1c010d2dc3f0df769a (patch)
tree172a059493823a4363cf8972585f5b212ecd24d4 /package/base-files/files/lib/firstboot
parente626a1c2b7bdc77bf2d7e37d60ebd654cff62866 (diff)
downloadupstream-8b7dac4be45531121e80ab1c010d2dc3f0df769a.tar.gz
upstream-8b7dac4be45531121e80ab1c010d2dc3f0df769a.tar.bz2
upstream-8b7dac4be45531121e80ab1c010d2dc3f0df769a.zip
firstboot: fix typo (closes: #6738)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/lib/firstboot')
-rw-r--r--package/base-files/files/lib/firstboot/99_10_with_fo_cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup b/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup
index 8b00159722..0833954e5b 100644
--- a/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup
+++ b/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup
@@ -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
}