diff options
Diffstat (limited to 'doc/sync/primary-backup.sh')
-rwxr-xr-x | doc/sync/primary-backup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sync/primary-backup.sh b/doc/sync/primary-backup.sh index 87a3ebf..27fb1c3 100755 --- a/doc/sync/primary-backup.sh +++ b/doc/sync/primary-backup.sh @@ -35,7 +35,7 @@ case "$1" in # # flush the internal and the external caches # - $CONNTRACKD_BIN -C $CONNTRACK_CONFIG -f + $CONNTRACKD_BIN -C $CONNTRACKD_CONFIG -f if [ $? -eq 1 ] then logger "ERROR: failed to invoke conntrackd -f" |