diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-09 22:30:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-09 22:30:46 -0300 |
commit | 710603069e348c9f2029c337891e06f7439ab85d (patch) | |
tree | e5ae8f3d72cebd7f2e372d0a1151c82ac3b71dd9 | |
parent | edb2ee7b44e73bc7d62b5942e7d410c094a7b047 (diff) | |
download | unisyncer-710603069e348c9f2029c337891e06f7439ab85d.tar.gz unisyncer-710603069e348c9f2029c337891e06f7439ab85d.tar.bz2 |
Use regular unison
-rwxr-xr-x | sync-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ DEST="$1" UNISON="unison" # Use the following config if you need to sync with legacy systems -UNISON="unison-2.32.52" +UNISON="unison" function sync_code_run { local config="$1" |