mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
Update webvirtcloud.sh
This commit is contained in:
parent
9c1c281279
commit
55793d3901
1 changed files with 3 additions and 3 deletions
|
@ -405,7 +405,7 @@ case $distro in
|
|||
;;
|
||||
*OpenAnolis*|*openAnolis*)
|
||||
echo " The installer has detected $distro version $version."
|
||||
distro=uos
|
||||
distro=openAnolis
|
||||
nginx_group=nginx
|
||||
nginxfile=/etc/nginx/conf.d/$APP_NAME.conf
|
||||
supervisor_service=supervisord
|
||||
|
@ -617,8 +617,8 @@ case $distro in
|
|||
fi
|
||||
;;
|
||||
openAnolis)
|
||||
if [[ "$version" == "20" ]]; then
|
||||
# Install for openAnolis 20
|
||||
if [[ "$version" == "8.4" ]]; then
|
||||
# Install for openAnolis 8.4
|
||||
tzone=\'$(timedatectl|grep "Time zone"| awk '{print $3}')\'
|
||||
|
||||
echo "* Installing OS requirements."
|
||||
|
|
Loading…
Reference in a new issue