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:
parent
9554ffad49
commit
7858825258
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ case $distro in
|
|||
supervisor_conf_path=/etc/supervisor/conf.d
|
||||
supervisor_file_name=webvirtcloud.conf
|
||||
;;
|
||||
*centos*|*redhat*|*ol*|*rhel*)
|
||||
*centos*|*redhat*|*ol*|*rhel*|*rocky*)
|
||||
echo " The installer has detected $distro version $version."
|
||||
distro=centos
|
||||
nginx_group=nginx
|
||||
|
|
Loading…
Reference in a new issue