Skip to content

Commit 62d0324

Browse files
committed
Merge branch 'main' into staging/release/1.4.2
2 parents 9565801 + 6c334d0 commit 62d0324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.4.2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ "$FIREWALL_SYSTEM" = "iptables" ]; then
1616
fi
1717

1818
# Fix potential issue of updating to Nginx 1.21.0
19-
if [ "WEB_SYSTEM" = "nginx" ] || [ "PROXY_SYSTEM" = "nginx" ]; then
19+
if [ "$WEB_SYSTEM" = "nginx" ] || [ "$PROXY_SYSTEM" = "nginx" ]; then
2020
default_conf="/etc/nginx/conf.d/default.conf"
2121
nginx_conf="/etc/nginx/nginx.conf"
2222

0 commit comments

Comments
 (0)