firstboot: fix typo (closes: #6738)

SVN-Revision: 19944
master
Nicolas Thill 15 years ago
parent cbd858715d
commit 45f7dc9459
  1. 2
      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
}

Loading…
Cancel
Save