diff --git a/requestsync b/requestsync index 3474f48..b5ec865 100755 --- a/requestsync +++ b/requestsync @@ -143,7 +143,7 @@ if __name__ == '__main__': sys.exit(1) # Stop if Ubuntu has already the version from Debian or a newer version - if (ubuntu_version == debian_version) and hasLP: + if (ubuntu_version >= debian_version) and hasLP: # try rmadison import ubuntutools.requestsync.mail try: