minor fixes to csync container, better logging

This commit is contained in:
2016-06-08 23:18:57 +02:00
parent a81bdbf983
commit 61384c3553
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
set -e
/usr/local/sbin/csync2 -iiv > $CSYNC_LOG
/usr/local/sbin/csync2 -iiv >> $CSYNC_LOG 2>&1