Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
Fix #19
  • Loading branch information
zingdle committed Apr 8, 2018
1 parent 43e6483 commit 23af84a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.sh
Expand Up @@ -5,4 +5,5 @@ nohup python crawler_booter.py --usage validator init > init_validator.log 2>&1
nohup python crawler_booter.py --usage validator https > https_validator.log 2>&1&
nohup python scheduler_booter.py --usage validator https > validator_scheduler.log 2>&1 &
nohup python squid_update.py --usage https --interval 3 > squid.log 2>&1 &
squid -N -d1
rm -rf /var/run/squid.pid
squid -N -d1

0 comments on commit 23af84a

Please sign in to comment.