Skip to content

Commit

Permalink
removed a problem thing in crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
audstanley committed Jan 17, 2018
1 parent a6c1309 commit a18ab23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rover/core/process-manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class c:
cronLinesFromProcesses.append("{} {}{} {} {} {} {} {}{} {} {}".format(cronLineA, path["path"], o["path"], cronLineB, o["screenName"], cronLineC, o["screenName"], cronLineD , o["python"], o["script"], cronLineE))
# cA p1p2 cB oS cC oS cD oPoX cE
setupCronLine = "0 15 1/2 * * root cd " + path["path"] + "/TitanRover2018/rover/core/process-manager/ && python setup.py;\n";
cronLinesFromProcesses.insert(0, setupCronLine)
#cronLinesFromProcesses.insert(0, setupCronLine)
#print(cronLinesFromProcesses)
if len(lines) > 1 and len(cronLinesFromProcesses) > 1:
dif = [v for v in lines if v not in cronLinesFromProcesses]
Expand Down

0 comments on commit a18ab23

Please sign in to comment.