From 719c55655d021ee3602db5e8281b5a8e274e1f69 Mon Sep 17 00:00:00 2001 From: rell3k Date: Fri, 12 Sep 2025 14:20:06 -0400 Subject: [PATCH] Update post-pve-install.sh (#7598) Create directory if it doesn't exist. --- tools/pve/post-pve-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pve/post-pve-install.sh b/tools/pve/post-pve-install.sh index 8e018e2c1..6e270843d 100644 --- a/tools/pve/post-pve-install.sh +++ b/tools/pve/post-pve-install.sh @@ -515,6 +515,7 @@ post_routines_common() { whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "Support Subscriptions" "Supporting the software's development team is essential. Check their official website's Support Subscriptions for pricing. Without their dedicated work, we wouldn't have this exceptional software." 10 58 msg_info "Disabling subscription nag" # Create external script, this is needed because DPkg::Post-Invoke is fidly with quote interpretation + mkdir -p /usr/local/bin cat >/usr/local/bin/pve-remove-nag.sh <<'EOF' #!/bin/sh WEB_JS=/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js