Skip to content

Commit

Permalink
remove --it in setup docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it authored Jun 23, 2022
1 parent 223d574 commit 4447998
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 4447998

Please sign in to comment.