mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
6784168b66
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
4 lines
197 B
Bash
Executable File
4 lines
197 B
Bash
Executable File
echo "Start profiling on server"
|
|
token=$(./tool.sh generate-token --admin anticrm@hc.engineering sanity-ws)
|
|
curl -X PUT "http://localhost:3334/api/v1/manage?token=${token}&operation=profile-start"
|