Update keep_mpm_event.sh

This commit is contained in:
myvesta 2020-06-11 15:27:59 +02:00 committed by GitHub
parent 747b8eea4e
commit ab9b778e39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
#!/bin/bash #!/bin/bash
###########
# Script that will ensure that Apache2 will always stay in mpm_event mode
###########
switch_to_mpm_event=1 switch_to_mpm_event=1
if [ "$1" = 'background' ]; then if [ "$1" = 'background' ]; then