Skip to content
Snippets Groups Projects
Commit 45f7dc94 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

firstboot: fix typo (closes: #6738)

SVN-Revision: 19944
parent cbd85871
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment