Spaces:
Runtime error
Runtime error
File size: 169 Bytes
5664427 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
parent_path=$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd -P)
cd "${parent_path}/.."
python "temporary_health_check_server.py" & python -m ctp_slack_bot.app
|