X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/abea4a84dc14bc6e2a2a7e8b00e87a8a4e51d6f7..7f7c5c213af259bb660644949ce19a0d383e0bf2:/dockerfiles/bootstrap.sh diff --git a/dockerfiles/bootstrap.sh b/dockerfiles/bootstrap.sh index cfdc8c4..784e4d1 100755 --- a/dockerfiles/bootstrap.sh +++ b/dockerfiles/bootstrap.sh @@ -9,7 +9,7 @@ if [[ "$1" == "" ]]; then exit 1 fi -if [[ "$@" =~ "arvados-workbench=" ]] || [[ "$@" =~ "arvados-sso-server=" ]] || [[ "$@" =~ "arvados-api-server=" ]]; then +if [[ "$@" =~ "arvados-workbench=" ]] || [[ "$@" =~ "arvados-api-server=" ]]; then RESET_NGINX_DAEMON_FLAG=true else RESET_NGINX_DAEMON_FLAG=false