From 7ea1d8e85d566d7bef2b8cd0a13ea4d20b8eb95f Mon Sep 17 00:00:00 2001 From: David Montgomery <130489651+DMontgomery40@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:08:32 -0600 Subject: [PATCH] fix typo (#1544) --- install/local/install-scrypted-proxmox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/local/install-scrypted-proxmox.sh b/install/local/install-scrypted-proxmox.sh index cdc24e398..3178a8f79 100644 --- a/install/local/install-scrypted-proxmox.sh +++ b/install/local/install-scrypted-proxmox.sh @@ -21,7 +21,7 @@ if [ -n "$SCRYPTED_RESTORE" ] then RESTORE_VMID=$VMID VMID=10444 - pct destroy $VMID 2> > /dev/null + pct destroy $VMID 2>&1 > /dev/null fi echo "Downloading scrypted container backup."