From 9ed1a9cbfd57b6666747971f812f9e566138053b Mon Sep 17 00:00:00 2001 From: Matthias Stecher Date: Sat, 31 Oct 2020 16:25:35 +0100 Subject: [PATCH] __nextcloud_user: fix misspelled quota parameter --- type/__nextcloud_user/explorer/user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type/__nextcloud_user/explorer/user b/type/__nextcloud_user/explorer/user index bf2c475..face683 100755 --- a/type/__nextcloud_user/explorer/user +++ b/type/__nextcloud_user/explorer/user @@ -37,7 +37,7 @@ if php -r 'define("OC_CONSOLE",1); require_once(__DIR__."/lib/base.php"); then php occ --no-warnings --no-interaction --no-ansi --output=plain user:info '$user' # also output the quota parameter - printf " - quota_parm: %s\n" \ + printf " - quota_param: %s\n" \ "\$(php occ --no-warnings --no-interaction --no-ansi user:setting '$user' files quota)" fi SU