Skip to content
Snippets Groups Projects
Commit 3e576ff6 authored by intrigeri's avatar intrigeri
Browse files

Fix infinite loop in rdiff helper when version inconsistency is detected.

parent 9d8d89fd
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ do_rdiff_con() {
fi
fi
else
msgBox "incompatible versions of rdiff-backup" "It looks like rdiff-backup is installed on the remote machine, but it may be an incompatible version with the one installed locally, or something else is amiss.\n\nPlease resolve this problem and then try connecting again.\n\n\nTry connecting again?"
booleanBox "incompatible versions of rdiff-backup" "It looks like rdiff-backup is installed on the remote machine, but it may be an incompatible version with the one installed locally, or something else is amiss.\n\nPlease resolve this problem and then try connecting again.\n\n\nTry connecting again?"
if [ $? = 0 ]; then
do_rdiff_con
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment