Fully check compliant apps
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
c91ae1133e
commit
97aa7c4ced
|
@ -21,10 +21,7 @@ for app in $(find "apps/" -mindepth 1 -maxdepth 1 -type d -exec basename {} \;);
|
||||||
[ "$app" == "files_sharing" ] || \
|
[ "$app" == "files_sharing" ] || \
|
||||||
[ "$app" == "files_trashbin" ] || \
|
[ "$app" == "files_trashbin" ] || \
|
||||||
[ "$app" == "files_versions" ] || \
|
[ "$app" == "files_versions" ] || \
|
||||||
[ "$app" == "lookup_server_connector" ] || \
|
|
||||||
[ "$app" == "provisioning_api" ] || \
|
[ "$app" == "provisioning_api" ] || \
|
||||||
[ "$app" == "testing" ] || \
|
|
||||||
[ "$app" == "twofactor_backupcodes" ] || \
|
|
||||||
[ "$app" == "updatenotification" ] || \
|
[ "$app" == "updatenotification" ] || \
|
||||||
[ "$app" == "user_ldap" ]
|
[ "$app" == "user_ldap" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue