mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +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*)
|
*OpenAnolis*|*openAnolis*)
|
||||||
echo " The installer has detected $distro version $version."
|
echo " The installer has detected $distro version $version."
|
||||||
distro=uos
|
distro=openAnolis
|
||||||
nginx_group=nginx
|
nginx_group=nginx
|
||||||
nginxfile=/etc/nginx/conf.d/$APP_NAME.conf
|
nginxfile=/etc/nginx/conf.d/$APP_NAME.conf
|
||||||
supervisor_service=supervisord
|
supervisor_service=supervisord
|
||||||
|
@ -617,8 +617,8 @@ case $distro in
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
openAnolis)
|
openAnolis)
|
||||||
if [[ "$version" == "20" ]]; then
|
if [[ "$version" == "8.4" ]]; then
|
||||||
# Install for openAnolis 20
|
# Install for openAnolis 8.4
|
||||||
tzone=\'$(timedatectl|grep "Time zone"| awk '{print $3}')\'
|
tzone=\'$(timedatectl|grep "Time zone"| awk '{print $3}')\'
|
||||||
|
|
||||||
echo "* Installing OS requirements."
|
echo "* Installing OS requirements."
|
||||||
|
|
Loading…
Reference in a new issue