More backup script revamp.
[hcoop/scripts.git] / hcoop-git-maint
index 327ff88..d148f2a 100755 (executable)
@@ -9,6 +9,6 @@ find /afs/hcoop.net/user -mindepth 3 -maxdepth 3 -noleaf -exec \
 
 # Update cache of front page.
 cache=/var/local/lib/gitweb/indexcache.html
-wget -q -O $cache.tmp 'http://git.hcoop.net/test?nocache=y'
+wget -q -O $cache.tmp 'http://git.hcoop.net/?nocache=y'
 chmod a+r $cache.tmp
 mv $cache.tmp $cache