added force_fetch.py to the startup script

This commit is contained in:
Justin
2022-09-29 15:37:30 +08:00
committed by GitHub
parent 3a14309b47
commit 8d9955cbde

View File

@@ -1,3 +1,3 @@
#!/bin/sh
cd /home/pi/fintic
sudo -E taskset -c 3 python3 database_caller.py & sudo -E python3 server.py & ./check_update.sh
sudo -E taskset -c 3 python3 database_caller.py & sudo -E python3 server.py & ./check_update.sh & python3 force_fetch.py