Skip to content

Commit

Permalink
Merge pull request #37 from owncloud/individual-it-patch-1
Browse files Browse the repository at this point in the history
remove `-it` in setup docker script
  • Loading branch information
wkloucek committed Jun 24, 2022
2 parents 223d574 + 4447998 commit df2ee3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cdperf
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ then
config_volume_name="ocis-config-k6"
cloud_docker_env+=("OCIS_INSECURE=true")
cloud_docker_volumes+=("$config_volume_name:/etc/ocis")
cloud_docker_setup_script="docker run -e IDM_ADMIN_PASSWORD=admin --rm -it -v $config_volume_name:/etc/ocis owncloud/ocis init --insecure true"
cloud_docker_setup_script="docker run -e IDM_ADMIN_PASSWORD=admin --rm -v $config_volume_name:/etc/ocis owncloud/ocis init --insecure true"
cloud_docker_teardown_script="docker volume rm $config_volume_name"
elif [[ $cloud_vendor == "oc10" ]]
then
Expand Down

0 comments on commit df2ee3e

Please sign in to comment.