aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-03-21 21:40:20 +0100
committerChristian Ruppert <idl0r@gentoo.org>2011-03-21 21:40:20 +0100
commit839f8b851c29aed937b71355ceb0be0432464c82 (patch)
treeeb8f6ccdab40045da53509b01b379da0651c5df2 /recompile.sh
parentMake a:visited color more distinct from unvisited links (diff)
downloadbugzilla-839f8b851c29aed937b71355ceb0be0432464c82.tar.gz
bugzilla-839f8b851c29aed937b71355ceb0be0432464c82.tar.bz2
bugzilla-839f8b851c29aed937b71355ceb0be0432464c82.zip
Reload apache due to mod_perl
Diffstat (limited to 'recompile.sh')
-rwxr-xr-xrecompile.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/recompile.sh b/recompile.sh
index a5e96bfe4..97d020674 100755
--- a/recompile.sh
+++ b/recompile.sh
@@ -4,4 +4,6 @@ chmod 0600 zzz.txt
sleep 20
git pull
perl checksetup.pl
-#chmod 0640 zzz.txt
+
+# Needed for mod_perl
+apache2ctl reload