mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
Merge pull request #489 from manas-rust/master
webvirtcloud.sh support rockylinux
This commit is contained in:
commit
3ddfa28189
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