From: Amos Jeffries Date: Thu, 8 Jul 2010 06:49:20 +0000 (-0600) Subject: Maintenance: run webpage make from web directory X-Git-Tag: SQUID_3_2_0_1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484ad11dac4a43ff64c0f9459b62d6b559b1fdb1;p=thirdparty%2Fsquid.git Maintenance: run webpage make from web directory --- diff --git a/mksnapshot-cron.sh b/mksnapshot-cron.sh index 8fded467f5..7968b4a519 100755 --- a/mksnapshot-cron.sh +++ b/mksnapshot-cron.sh @@ -86,7 +86,7 @@ make_snapshot() # update web page if [ -x ${dst}/make.sh ]; then - ${dst}/make.sh + cd ${dst} ; ./make.sh fi } }