File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -45,20 +45,23 @@ pct config $VMID
45
45
if [ " $? " == " 0" ]
46
46
then
47
47
echo " "
48
+ echo " ==============================================================="
48
49
echo " Existing container $VMID found."
50
+ echo " Please choose from the following options to resolve this error."
51
+ echo " ==============================================================="
49
52
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."
51
54
echo " THIS WILL WIPE THE EXISTING CONFIGURATION:"
52
55
echo " "
53
56
echo " bash $0 --force"
54
57
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."
56
59
echo " This preserve existing data. Creating a backup within Scrypted is highly recommended in case the reset fails."
57
60
echo " THIS WILL WIPE ADDITIONAL VOLUMES SUCH AS NVR STORAGE. NVR volumes will need to be readded after the restore:"
58
61
echo " "
59
62
echo " SCRYPTED_RESTORE=true bash $0 "
60
63
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"
62
65
echo " the new VMID=<number>. For example, to create a new LXC with VMID 12345:"
63
66
echo " "
64
67
echo " VMID=12345 bash $0 "
You can’t perform that action at this time.
0 commit comments