X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-replicated;h=f38eba4070f3d88b19305c3c627e51e472ccf181;hb=6cd1edf7c868d57b7982ae51bf6283d4f9e102a0;hp=ac83a4d805161db874ad3a1bb180b1459d770581;hpb=1b804762104088311ba80f34e174750adebf23a3;p=mirror%2Fuserdir-ldap.git diff --git a/ud-replicated b/ud-replicated old mode 100644 new mode 100755 index ac83a4d..f38eba4 --- a/ud-replicated +++ b/ud-replicated @@ -84,7 +84,7 @@ def do_replicate(message): LOG.error('%s failed:', ' '.join(command)) else: LOG.debug('%s finished with ret: 0' % ' '.join(command)) - finally: + finally: os.environ['TERM'] = old_term LOG.debug(message)