projects
/
hamn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
935a3db
)
No need to set path in script
author
Magnus Hagander
<magnus@hagander.net>
Fri, 1 Jan 2016 16:38:02 +0000
(17:38 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 1 Jan 2016 16:38:02 +0000
(17:38 +0100)
The /usr/local part was for old FreeBSD system.
planet_run.sh
patch
|
blob
|
blame
|
history
diff --git
a/planet_run.sh
b/planet_run.sh
index 6d9f3e25c3104f549132bacc9531d3fe14b196de..154480b285164bee49568aea1fe944ec6bb0fa75 100755
(executable)
--- a/
planet_run.sh
+++ b/
planet_run.sh
@@
-1,7
+1,5
@@
#!/bin/sh
-PATH=$PATH:/usr/local/bin
-
cd /home/planetpg/planet
date >> planet.log
python aggregator.py >> planet.log 2>&1