diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-01 23:54:45 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-01 23:54:45 +0000 |
commit | d7c7e4f683b9efabbd6ec59a23e26e6d3ae1a655 (patch) | |
tree | 172a059493823a4363cf8972585f5b212ecd24d4 /package/base-files | |
parent | c5a04aaadcc0cd1cee7174ed5fbb376ee30332d1 (diff) |
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')
-rw-r--r-- | package/base-files/files/lib/firstboot/99_10_with_fo_cleanup | 2 |
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 } |