From ef7ed3d27708b425aec80b5d67cad370a26ff1dc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 26 Jun 2017 21:54:22 +0200 Subject: bin/db-update, bin/common-functions: umount -l instead of umount [-f] --- bin/common-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/common-functions') diff --git a/bin/common-functions b/bin/common-functions index a6069eb..255da56 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -215,13 +215,13 @@ generate_package_metadata() { --register=no \ ${base_dir}/bin/mksrcinfo - sudo umount -f "${overlays_dir}/merged" + sudo umount -l "${overlays_dir}/merged" mv \ "${overlays_dir}/upper/.SRCINFO" \ "${file_prefix}.SRCINFO" - sudo umount -f "${overlays_dir}" + sudo umount -l "${overlays_dir}" rmdir "${overlays_dir}" # otherwise this just calls for trouble -- cgit v1.2.3-70-g09d2