- fix agent loop script
This commit is contained in:
parent
eccf8d1934
commit
abb41e08fa
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue