]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Maintenance: reset working directory after snapshot sub-make.sh
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Jul 2010 12:08:16 +0000 (00:08 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Jul 2010 12:08:16 +0000 (00:08 +1200)
mksnapshot-cron.sh

index 7968b4a519b19af9631703fc244f4c5a6aa65bf7..8b7100cc6ae72997fe4e29356d6e4e13362e02ba 100755 (executable)
@@ -86,7 +86,9 @@ make_snapshot()
 
   # update web page
   if [ -x ${dst}/make.sh ]; then
-    cd ${dst} ; ./make.sh
+    cd ${dst}
+    ./make.sh
+    cd ${top}/../release
   fi
 
 } }