__nextcloud_user: fix misspelled quota parameter

This commit is contained in:
matze 2020-10-31 16:25:35 +01:00
parent d0f597b9e4
commit 9ed1a9cbfd
1 changed files with 1 additions and 1 deletions

View File

@ -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