|
|
@ -238,8 +238,10 @@ if (isset($argv[1])) { |
|
|
$licenses->exec($argv[1], isset($argv[2]) ? $argv[1] : false); |
|
|
$licenses->exec($argv[1], isset($argv[2]) ? $argv[1] : false); |
|
|
} else { |
|
|
} else { |
|
|
$licenses->exec([ |
|
|
$licenses->exec([ |
|
|
|
|
|
'../apps/comments', |
|
|
'../apps/dav', |
|
|
'../apps/dav', |
|
|
'../apps/encryption', |
|
|
'../apps/encryption', |
|
|
|
|
|
'../apps/federatedfilesharing', |
|
|
'../apps/federation', |
|
|
'../apps/federation', |
|
|
'../apps/files', |
|
|
'../apps/files', |
|
|
'../apps/files_external', |
|
|
'../apps/files_external', |
|
|
@ -247,6 +249,9 @@ if (isset($argv[1])) { |
|
|
'../apps/files_trashbin', |
|
|
'../apps/files_trashbin', |
|
|
'../apps/files_versions', |
|
|
'../apps/files_versions', |
|
|
'../apps/provisioning_api', |
|
|
'../apps/provisioning_api', |
|
|
|
|
|
'../apps/systemtags', |
|
|
|
|
|
'../apps/testing', |
|
|
|
|
|
'../apps/updatenotification', |
|
|
'../apps/user_ldap', |
|
|
'../apps/user_ldap', |
|
|
'../core', |
|
|
'../core', |
|
|
'../lib', |
|
|
'../lib', |
|
|
|