Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-07-22 06:10:25 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-07-22 06:10:25 (GMT)
commit9890d739abef76f1a85f4f5903f6ccbdd9631c96 (patch)
treee5c7d56e272fc24a8d1c5a7ecd05ac1b7ff8369b
parenta07af4bedad81e1eb942e1deafd8fd3d4d7e3673 (diff)
Pickup local programs
-rwxr-xr-xmisc/pootle.cron3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/pootle.cron b/misc/pootle.cron
index 61e66a9..a2f6d84 100755
--- a/misc/pootle.cron
+++ b/misc/pootle.cron
@@ -5,6 +5,9 @@ if [ $(whoami) = "root" ]; then
exit 1
fi
+# Scripts below might call /usr/local programs
+PATH="/usr/local/bin:$PATH"
+
cd "/var/lib/pootle"
HELPERS="maintenance/helpers"