From 6cebb438b278e041a82fffacbc40b5e91a78e9a5 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:19:48 +0800 Subject: [PATCH] Update install_pve.sh --- scripts/install_pve.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index a0537bc..af18d1c 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -28,6 +28,7 @@ remove_duplicate_lines() { if [ -f "$1" ];then awk '!NF || !x[$0]++' "$1" > "$1.tmp" && mv -f "$1.tmp" "$1" fi + rm -rf "$1.tmp" } install_package() {