diff --git a/startup.sh b/startup.sh index 0c7cba4..d475069 100755 --- a/startup.sh +++ b/startup.sh @@ -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 & python3 force_fetch.py +sudo -E taskset -c 3 python3 database_caller.py & sudo -E python3 server.py & ./check_update.sh