Skip to content

Commit 38038d5

Browse files
committed
proxmox: script language cleanup
1 parent e21d9c3 commit 38038d5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

install/proxmox/install-scrypted-proxmox.sh

+6-3
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,23 @@ pct config $VMID
4545
if [ "$?" == "0" ]
4646
then
4747
echo ""
48+
echo "==============================================================="
4849
echo "Existing container $VMID found."
50+
echo "Please choose from the following options to resolve this error."
51+
echo "==============================================================="
4952
echo ""
50-
echo "To reinstall and reset Scrypted, run this script with --force to overwrite the existing container."
53+
echo "1. To reinstall and reset Scrypted, run this script with --force to overwrite the existing container."
5154
echo "THIS WILL WIPE THE EXISTING CONFIGURATION:"
5255
echo ""
5356
echo "bash $0 --force"
5457
echo ""
55-
echo "To reinstall Scrypted and and retain existing configuration, run this script with the environment variable SCRYPTED_RESTORE=true."
58+
echo "2. To reinstall Scrypted and and retain existing configuration, run this script with the environment variable SCRYPTED_RESTORE=true."
5659
echo "This preserve existing data. Creating a backup within Scrypted is highly recommended in case the reset fails."
5760
echo "THIS WILL WIPE ADDITIONAL VOLUMES SUCH AS NVR STORAGE. NVR volumes will need to be readded after the restore:"
5861
echo ""
5962
echo "SCRYPTED_RESTORE=true bash $0"
6063
echo ""
61-
echo "To install an additional new Scrypted container, run this script with the environment variable specifying"
64+
echo "3. To install an additional new Scrypted container, run this script with the environment variable specifying"
6265
echo "the new VMID=<number>. For example, to create a new LXC with VMID 12345:"
6366
echo ""
6467
echo "VMID=12345 bash $0"

0 commit comments

Comments
 (0)