summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/kmsync.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-09 19:29:49 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-09 19:29:49 (GMT)
commit31ba3512a7ac1d9595e1f5aa32d561f1cc182511 (patch)
tree9d9d6cdd89f456af8406b3d36adf7f17cca9f592 /build_tools/bin/kmsync.sh
parent89847abefdeb87a199f21c1ad773afcae194d48e (diff)
downloadlinhes_dev-31ba3512a7ac1d9595e1f5aa32d561f1cc182511.zip
change verbosity.
Diffstat (limited to 'build_tools/bin/kmsync.sh')
-rwxr-xr-xbuild_tools/bin/kmsync.sh2
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 "#######################################################"