Skip to content

Commit

Permalink
proxmox: restore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Oct 17, 2024
1 parent d57501d commit c0eac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/proxmox/install-scrypted-proxmox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if [ -n "$SCRYPTED_RESTORE" ]
then
echo ""
echo ""
readyn "Running this script will reset the Scrypted container to a factory state while preserving existing data. IT IS RECOMMENDED TO CREATE A BACKUP INSIDE SCRYPTED FIRST. Are you sure you want to continue?"
readyn "Running this script will reset the Scrypted container to a factory state while preserving existing data. Scrypted NVR recording volumes will be removed. IT IS RECOMMENDED TO CREATE A BACKUP INSIDE SCRYPTED FIRST. Are you sure you want to continue?"
if [ "$yn" != "y" ]
then
exit 1
Expand Down

0 comments on commit c0eac90

Please sign in to comment.