From 51c49533d05e0ff53d144a74d214233b12083ca1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 29 Mar 2018 15:59:37 +0200 Subject: [PATCH] Bugfixing --- bin/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" } -- 2.39.5