mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
add more output
This commit is contained in:
parent
c094e9ef98
commit
3fcf7302fe
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ if [ "$1" = "on" ]; then
|
|||
# check if backup devcie is already connected
|
||||
if [ ${backupCandidates} -eq 0 ]; then
|
||||
dialog --title ' Adding Backup Device ' --msgbox 'Please connect now the backup device\nFor example a thumb drive bigger than 128 MB.\nBest on a USB2 port (not the blue ones).' 7 50
|
||||
echo
|
||||
echo "detecting device ..."
|
||||
sleep 3
|
||||
source <(sudo /home/admin/config.scripts/blitz.backupdevice.sh status)
|
||||
if [ ${backupCandidates} -eq 0 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue