From 907bcc0448147410593ba87220748356c6cfdefd Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 8 Sep 2016 20:46:57 +0200 Subject: [PATCH] bin/owncloud-sync --- bin/owncloud-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/owncloud-sync b/bin/owncloud-sync index 540018d4..66b7f378 100755 --- a/bin/owncloud-sync +++ b/bin/owncloud-sync @@ -106,7 +106,7 @@ owncloud_sync() { fi trap "rm $lock*" EXIT - owncloudcmd -n --non-interactive "$1" "$2" 2>&1 | perl -ne 'print "$1 $2 $3\n" and next if /OCC::(\S+).*?"(.*?)" "(.*?)"/; /err|failed/i and print' + owncloudcmd -n --non-interactive "$1" "$2" 2>&1 | perl -ne 'print "$1 $2 $3\n" and next if /OCC::(\S+).*?"(.*?)" "(.*?)"/;' return 0 } -- 2.47.3