aboutsummaryrefslogtreecommitdiffstats
path: root/script/site-specific-install.sh
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-19 14:52:20 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-19 14:52:20 +0100
commit3e9aca9c0795a205b4afe069ddd403889b95ffd2 (patch)
tree04d94b8016fff58eb859ad35148abba7a6905417 /script/site-specific-install.sh
parent52dd9cbd5c280695a11bb6de467359f7cbb58d5f (diff)
Use the run-with-lockfile shell script instead of the C program
Then re-installers don't have to compile anything.
Diffstat (limited to 'script/site-specific-install.sh')
-rwxr-xr-xscript/site-specific-install.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/site-specific-install.sh b/script/site-specific-install.sh
index 7d47a5990..fce230822 100755
--- a/script/site-specific-install.sh
+++ b/script/site-specific-install.sh
@@ -148,7 +148,6 @@ echo -n "Creating /etc/cron.d/alaveteli... "
sed -r \
-e "/foi-purge-varnish/d" \
-e "s,^(MAILTO=).*,\1root@$HOST," \
- -e "s,run-with-lockfile,$REPOSITORY/commonlib/bin/run-with-lockfile.sh,g" \
-i /etc/cron.d/alaveteli
echo $DONE_MSG