From 0dd494a0ba9e50808a0c07248740ff0b3104db45 Mon Sep 17 00:00:00 2001 From: tidesec Date: Mon, 25 May 2020 11:27:25 +0800 Subject: [PATCH] Update --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 436af49..1bc9b03 100644 --- a/start.sh +++ b/start.sh @@ -2,4 +2,4 @@ nohup /usr/local/mongodb/bin/mongod --dbpath=/data/db --auth -bind_ip 0.0.0.0 & cd /root/Mars && nohup python mars.py & nohup su -l acunetix -c /home/acunetix/.acunetix_trial/start.sh & -cd /root/Mars/taskpython/ && nohup python asset_task_scan_v1.0.py & \ No newline at end of file +cd /root/Mars/taskpython/ && nohup python asset_task_scan_v1.0.py & \ No newline at end of file