From: Frank Brehm Date: Thu, 29 Mar 2018 13:59:37 +0000 (+0200) Subject: Bugfixing X-Git-Tag: 0.1.1~62 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=51c49533d05e0ff53d144a74d214233b12083ca1;p=pixelpark%2Fcreate-vmware-tpl.git Bugfixing --- diff --git a/bin/postinst b/bin/postinst index a05165f..197d569 100644 --- a/bin/postinst +++ b/bin/postinst @@ -208,7 +208,7 @@ install_network() { done mv -v "${dev_file}" "${nw_script_dir}" - rm -vf "${temp_dir}" + rm -vrf "${temp_dir}" }