aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2015-09-11 14:05:15 +0200
committerChristian Ruppert <idl0r@gentoo.org>2015-09-11 14:05:15 +0200
commitd34aaba6d37dfb9f0b0368b7660500423079d28b (patch)
tree9bd60a9f0a61830714f71336f5359d1e93a0e33a
parentMerge tag 'release-5.0.1' into bugstest (diff)
downloadbugzilla-d34aaba6d37dfb9f0b0368b7660500423079d28b.tar.gz
bugzilla-d34aaba6d37dfb9f0b0368b7660500423079d28b.tar.bz2
bugzilla-d34aaba6d37dfb9f0b0368b7660500423079d28b.zip
There's currently no loadbalancing
-rwxr-xr-xrecompile.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/recompile.sh b/recompile.sh
index 754c2959a..fd5a489b3 100755
--- a/recompile.sh
+++ b/recompile.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-chmod 0600 zzz.txt
-sleep 20
-git pull && { perl checksetup.pl && apache2ctl reload; }
+#chmod 0600 zzz.txt
+#sleep 20
+git pull && { perl checksetup.pl && apache2ctl graceful; }