diff options
Diffstat (limited to 'build_tools')
-rwxr-xr-x | build_tools/bin/kmsync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/kmsync.sh b/build_tools/bin/kmsync.sh index 6506b56..4308786 100755 --- a/build_tools/bin/kmsync.sh +++ b/build_tools/bin/kmsync.sh @@ -26,7 +26,7 @@ function sync_dirs { echo "________________________________________________________" #first bring down new changes from knoppmyth.net - unison km-down -terse -logfile /tmp/unison-down.log -auto -batch -numericids ssh://reposync@knoppmyth.net/$REMOTE $LOCAL + unison km-down -logfile /tmp/unison-down.log -auto -batch -numericids ssh://reposync@knoppmyth.net/$REMOTE $LOCAL if [ ! $? = 0 ] then echo "#######################################################" |