- fix agent loop script
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user