mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
dsync: break out of the while loop using 'break' instead of setting the failedcount number, otherwise this will trigger the warning later
This commit is contained in:
parent
03eadb018b
commit
0dbac2a1c1
@ -108,7 +108,7 @@ function do_user() {
|
||||
let "failedcount = failedcount + 1"
|
||||
elif [ $ret == 0 ]; then
|
||||
# things worked, so we break out of the loop
|
||||
let "failedcount = 4"
|
||||
break
|
||||
ssh -o PasswordAuthentication=no $desthost -l $destuser -i $destid_file $sshoptions "date +%c%n%s > $stripped_destdir/$letter/$user/$btype.1/created"
|
||||
elif [ $ret != 0 ]; then
|
||||
# things did not work in a good way, report it and try again
|
||||
|
Loading…
Reference in New Issue
Block a user