Update blitz.backupdevice.sh (#3467) (#3471)

Co-authored-by: cAP5L0CK <drummer7@yahoo.com>
This commit is contained in:
/rootzoll 2022-11-22 21:59:17 +01:00 committed by GitHub
parent a23c5915a2
commit b8a9c84845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,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
@ -251,4 +251,4 @@ if [ "$1" = "off" ]; then
fi
echo "error='unknown command'"
exit 1
exit 1