diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2015-09-11 14:05:15 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2015-09-11 14:05:15 +0200 |
commit | d34aaba6d37dfb9f0b0368b7660500423079d28b (patch) | |
tree | 9bd60a9f0a61830714f71336f5359d1e93a0e33a /recompile.sh | |
parent | Merge tag 'release-5.0.1' into bugstest (diff) | |
download | bugzilla-d34aaba6d37dfb9f0b0368b7660500423079d28b.tar.gz bugzilla-d34aaba6d37dfb9f0b0368b7660500423079d28b.tar.bz2 bugzilla-d34aaba6d37dfb9f0b0368b7660500423079d28b.zip |
There's currently no loadbalancing
Diffstat (limited to 'recompile.sh')
-rwxr-xr-x | recompile.sh | 6 |
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; } |