1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00

webvirtcloud.sh support rockylinux

This commit is contained in:
王卿 2022-02-23 16:51:05 +08:00 committed by GitHub
parent 9554ffad49
commit 7858825258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,7 +334,7 @@ case $distro in
supervisor_conf_path=/etc/supervisor/conf.d supervisor_conf_path=/etc/supervisor/conf.d
supervisor_file_name=webvirtcloud.conf supervisor_file_name=webvirtcloud.conf
;; ;;
*centos*|*redhat*|*ol*|*rhel*) *centos*|*redhat*|*ol*|*rhel*|*rocky*)
echo " The installer has detected $distro version $version." echo " The installer has detected $distro version $version."
distro=centos distro=centos
nginx_group=nginx nginx_group=nginx