diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-08-06 08:17:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 08:17:52 +0200 |
commit | 5b6246f52a4577d7ec1f2c5e54779282d7beb619 (patch) | |
tree | 0bda5498f1397ff85fea8adcd04bcc9b7b1c45c6 /tests | |
parent | cb1d9cfaf0d142e9d9153d882023ccf2ab2ac615 (diff) | |
parent | 5a06e385644dc90e6ca949beac2c731a318d4f9b (diff) | |
download | nextcloud-server-5b6246f52a4577d7ec1f2c5e54779282d7beb619.tar.gz nextcloud-server-5b6246f52a4577d7ec1f2c5e54779282d7beb619.zip |
Merge pull request #21598 from nextcloud/enh/20930/dashboard-drag
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/acceptance/installAndConfigureServer.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/acceptance/installAndConfigureServer.sh b/tests/acceptance/installAndConfigureServer.sh index d24405fa448..99d51e951af 100755 --- a/tests/acceptance/installAndConfigureServer.sh +++ b/tests/acceptance/installAndConfigureServer.sh @@ -39,6 +39,8 @@ OC_PASS=123456acb php occ user:add --password-from-env user1 OC_PASS=123456acb php occ user:add --password-from-env disabledUser php occ user:disable disabledUser +php occ app:disable dashboard + if [ "$NEXTCLOUD_SERVER_DOMAIN" != "" ]; then # Default first trusted domain is "localhost"; replace it with given domain. php occ config:system:set trusted_domains 0 --value="$NEXTCLOUD_SERVER_DOMAIN" |