From 4b9d07dd234c2be807e688e7b46e3dbaa2c1de66 Mon Sep 17 00:00:00 2001 From: SJ Date: Wed, 7 Aug 2013 14:02:56 +0200 Subject: [PATCH] postinstall typo fix --- util/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/postinstall.sh b/util/postinstall.sh index 441174e3..06042d95 100755 --- a/util/postinstall.sh +++ b/util/postinstall.sh @@ -105,7 +105,7 @@ make_cron_entries() { echo "30 2 * * * $LIBEXECDIR/piler/indexer.main.sh" >> $CRON_TMP echo "*/15 * * * * $INDEXER --quiet tag1 --rotate" >> $CRON_TMP echo "*/15 * * * * $INDEXER --quiet note1 --rotate" >> $CRON_TMP - echo "30 6 * * * /usr/bin/php $LIBEXECDIR/piler/generate_stats.php $$DOCROOT" >> $CRON_TMP + echo "30 6 * * * /usr/bin/php $LIBEXECDIR/piler/generate_stats.php $DOCROOT" >> $CRON_TMP echo "### PILEREND" >> $CRON_TMP }