Browse Source

firstboot: fix typo (closes: #6738)

SVN-Revision: 19944
Nicolas Thill 15 years ago
parent
commit
45f7dc9459
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/base-files/files/lib/firstboot/99_10_with_fo_cleanup

+ 1 - 1
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
 }