mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-22 07:23:09 +01:00
KASM-5511 Fix session recording aborting on startup with large S3 profiles
This commit is contained in:
parent
3167d67d35
commit
9691fc812b
@ -84,6 +84,8 @@ function pull_profile (){
|
|||||||
sleep 3
|
sleep 3
|
||||||
http_proxy="" https_proxy="" curl -k "https://${KASM_API_HOST}:${KASM_API_PORT}/api/set_kasm_session_status?token=${KASM_API_JWT}" -H 'Content-Type: application/json' -d '{"status": "running"}'
|
http_proxy="" https_proxy="" curl -k "https://${KASM_API_HOST}:${KASM_API_PORT}/api/set_kasm_session_status?token=${KASM_API_JWT}" -H 'Content-Type: application/json' -d '{"status": "running"}'
|
||||||
|
|
||||||
|
# Reset the timer to prevent session recording monitor from exiting
|
||||||
|
SECONDS=0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user