From d7c7e4f683b9efabbd6ec59a23e26e6d3ae1a655 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 1 Mar 2010 23:54:45 +0000 Subject: [PATCH] firstboot: fix typo (closes: #6738) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19944 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/lib/firstboot/99_10_with_fo_cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8b0015972..0833954e5 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 } -- 2.35.1