mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
Update blitz.backupdevice.sh (#3467)
This commit is contained in:
parent
15b460098c
commit
fb8b8edc1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user