1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
catborise
3ddfa28189
Merge pull request #489 from manas-rust/master
webvirtcloud.sh support rockylinux
2022-02-23 16:56:33 +03:00
王卿
7858825258
webvirtcloud.sh support rockylinux 2022-02-23 16:51:05 +08:00

View file

@ -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