Browse Source

Merge branch 'main' into staging/release/1.4.2

Jaap Marcus 4 years ago
parent
commit
62d0324a86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/upgrade/versions/1.4.2.sh

+ 1 - 1
install/upgrade/versions/1.4.2.sh

@@ -16,7 +16,7 @@ if [ "$FIREWALL_SYSTEM" = "iptables" ]; then
 fi
 
 # Fix potential issue of updating to Nginx 1.21.0
-if [ "WEB_SYSTEM" = "nginx" ] || [ "PROXY_SYSTEM" = "nginx" ]; then
+if [ "$WEB_SYSTEM" = "nginx" ] || [ "$PROXY_SYSTEM" = "nginx" ]; then
     default_conf="/etc/nginx/conf.d/default.conf"
     nginx_conf="/etc/nginx/nginx.conf"