diff --git a/files/rsync-queue b/files/rsync-queue index 1ba15b3..6ef88b2 100755 --- a/files/rsync-queue +++ b/files/rsync-queue @@ -35,6 +35,10 @@ def setup_options(): options.run=True if options.clearAll: options.clear=True + if options.SRC!='': + options.SRC=os.path.abspath(options.SRC) + if options.TGT!='': + options.TGT=os.path.abspath(options.TGT) return options def createdb(fname):