We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cfdfd commit 0ad7cb1Copy full SHA for 0ad7cb1
scripts/run-app.sh
@@ -124,7 +124,7 @@ docker exec --user www-data -i nextcloud-container php occ config:system:set mai
124
docker exec --user www-data -i nextcloud-container php occ config:system:set mail_domain --value="example.com"
125
docker exec --user www-data -i nextcloud-container php occ user:setting admin settings email [email protected]
126
127
-if [ "$IS_CI" -ne 0 ]; then
+if [ "$IS_CI" -eq 0 ]; then
128
setup_s3 &
129
wait %1 || exit 1
130
fi
0 commit comments