Update blitz.backupdevice.sh (#3467)

This commit is contained in:
cAP5L0CK 2022-11-22 14:46:42 -06:00 committed by GitHub
parent 15b460098c
commit fb8b8edc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ if [ "$1" = "on" ]; then
# check if there is only one candidate
if [ ${backupCandidates} -gt 1 ]; then
dialog --title ' FAIL ' --msgbox 'There is more then one possible backup target connected.\nMake sure that just that one device is connected and try again.' 8 40
dialog --title ' FAIL ' --msgbox 'There is more than one possible backup target connected.\nMake sure that just that one device is connected and try again.' 8 40
clear
exit 1
fi
@ -243,4 +243,4 @@ if [ "$1" = "off" ]; then
fi
echo "error='unknown command'"
exit 1
exit 1