add more output

This commit is contained in:
rootzoll 2020-07-04 15:05:12 +02:00
parent c094e9ef98
commit 3fcf7302fe

View file

@ -84,6 +84,8 @@ if [ "$1" = "on" ]; then
# check if backup devcie is already connected # check if backup devcie is already connected
if [ ${backupCandidates} -eq 0 ]; then 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 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 sleep 3
source <(sudo /home/admin/config.scripts/blitz.backupdevice.sh status) source <(sudo /home/admin/config.scripts/blitz.backupdevice.sh status)
if [ ${backupCandidates} -eq 0 ]; then if [ ${backupCandidates} -eq 0 ]; then