- fix agent loop script

This commit is contained in:
Dmytro Bogovych 2023-09-06 18:57:24 +01:00
parent eccf8d1934
commit abb41e08fa
1 changed files with 4 additions and 0 deletions

View File

@ -6,5 +6,9 @@ SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null &&
while : while :
do do
# To avoid problems with pulseaudio
python3 -u $SCRIPT_DIR/src/agent_kill.py
pkill pulseaudio
python3 -u $SCRIPT_DIR/src/agent_gsm.py --config $SCRIPT_DIR/config/agent.yaml python3 -u $SCRIPT_DIR/src/agent_gsm.py --config $SCRIPT_DIR/config/agent.yaml
done done