1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00

Update webvirtcloud.sh

This commit is contained in:
MAQI7 2022-09-02 02:06:39 +00:00 committed by GitHub
parent 9c1c281279
commit 55793d3901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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