From b6db7b5ca8daa8c4febfbbee0bd8ef8c23adade8 Mon Sep 17 00:00:00 2001 From: Matthias Stecher Date: Mon, 21 Dec 2020 19:04:53 +0100 Subject: [PATCH] __nextcloud: suppress global warnings from occ As it's the default for __nextcloud_app and __nextcloud_user, it will now suppress global warnings, too. This will be done because nobody cares about then, only about the errors generated from the executed command. --- type/__nextcloud/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type/__nextcloud/gencode-remote b/type/__nextcloud/gencode-remote index 4ead4a9..83748f5 100755 --- a/type/__nextcloud/gencode-remote +++ b/type/__nextcloud/gencode-remote @@ -17,7 +17,7 @@ occ() { # will not use -q as it supresses errors, too cat << SHELL su -s /bin/sh -l "$user" -- -e <