Skip to content
Snippets Groups Projects
Commit 20e4367e authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

common-functions.sh: Fix typo on function name call

parent 883385c4
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ closeChroot()
umount -l "$CHROOTDIR"/sys && removeMountList "$CHROOTDIR"/sys
fi
if grep -qs "$CHROOTDIR/proc" /proc/mounts; then
umount -l "$CHROOTDIR"/proc && removeMountLit "$CHROOTDIR"/proc
umount -l "$CHROOTDIR"/proc && removeMountList "$CHROOTDIR"/proc
fi
if grep -qs "$CHROOTDIR/dev" /proc/mounts; then
umount -l "$CHROOTDIR"/dev && removeMountList "$CHROOTDIR"/dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment