From 5ea1c9467fe5af28edca6a8140c8f0fc85b7bc75 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 10 Dec 2024 15:47:32 -0800 Subject: [PATCH] proxmox: fix restore prompt install --- install/proxmox/install-scrypted-proxmox.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install/proxmox/install-scrypted-proxmox.sh b/install/proxmox/install-scrypted-proxmox.sh index d036f7c16..9358f1ec6 100644 --- a/install/proxmox/install-scrypted-proxmox.sh +++ b/install/proxmox/install-scrypted-proxmox.sh @@ -103,11 +103,9 @@ then exit 1 fi - exit 1 + SCRYPTED_RESTORE=true + prepareScryptedRestore fi - - SCRYPTED_RESTORE=true - prepareScryptedRestore fi if [[ ! "$@" =~ "--storage" ]]