From 35cf9f9352e18bec94d1a2a354199503419cd503 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 4 Aug 2024 23:39:45 -0700 Subject: [PATCH] proxmox: fix --force hint --- install/local/install-scrypted-proxmox.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/local/install-scrypted-proxmox.sh b/install/local/install-scrypted-proxmox.sh index 442851ccba..a203d3e23d 100644 --- a/install/local/install-scrypted-proxmox.sh +++ b/install/local/install-scrypted-proxmox.sh @@ -34,6 +34,7 @@ then echo "" echo "bash $0 --force" echo "" + exit 1 fi pct restore $VMID $SCRYPTED_TAR_ZST $@