From: Nicolas Thill Date: Mon, 1 Mar 2010 23:54:45 +0000 (+0000) Subject: firstboot: fix typo (closes: #6738) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=45f7dc9459491cebf83e05c47d4c0b995fcd6439;p=librecmc%2Flibrecmc.git firstboot: fix typo (closes: #6738) SVN-Revision: 19944 --- 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 }