Fixed #16218 - added centos to the switch case
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -381,7 +381,7 @@ case $distro in
|
|||||||
apache_group=www-data
|
apache_group=www-data
|
||||||
apachefile=/etc/apache2/sites-available/$APP_NAME.conf
|
apachefile=/etc/apache2/sites-available/$APP_NAME.conf
|
||||||
;;
|
;;
|
||||||
*amzn*|*redhat*|*alma*|*rhel*|*rocky*)
|
*amzn*|*redhat*|*alma*|*rhel*|*rocky*|*centos*)
|
||||||
echo " The installer has detected $distro version $version."
|
echo " The installer has detected $distro version $version."
|
||||||
distro=Centos
|
distro=Centos
|
||||||
apache_group=apache
|
apache_group=apache
|
||||||
|
|||||||
Reference in New Issue
Block a user