diff --git a/docker/bin/shutdown-hetu b/docker/bin/shutdown-hetu index 0260750ce..fcbd75211 100755 --- a/docker/bin/shutdown-hetu +++ b/docker/bin/shutdown-hetu @@ -27,7 +27,7 @@ then fi # Send shutdown request -curl -X PUT -H "Content-Type: application/json" http://localhost:$HETU_PORT/v1/info/state -d '"SHUTTING_DOWN"' +curl -X PUT -H "X-Presto-User: openlk" -H "Content-Type: application/json" http://localhost:$HETU_PORT/v1/info/state -d '"SHUTTING_DOWN"' # Wait for node to exit while true