Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/github/pr/103'
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Mar 24, 2021
2 parents 7b4da4e + c78f58b commit f425b3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grml-live
Expand Up @@ -180,7 +180,10 @@ umount_all() {
fi

umount "${CHROOT_OUTPUT}/grml-live/sources/" 2>/dev/null || /bin/true
[ -n "$MIRROR_DIRECTORY" ] && umount "${CHROOT_OUTPUT}/${MIRROR_DIRECTORY}"
if [ -n "${MIRROR_DIRECTORY}" ]; then
umount "${CHROOT_OUTPUT}/${MIRROR_DIRECTORY}"
rmdir -p "${CHROOT_OUTPUT}/${MIRROR_DIRECTORY}"
fi
}
# }}}

Expand Down

0 comments on commit f425b3d

Please sign in to comment.