From b57674a7cc5cfa33f93220fce786b2607ff2f06a Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 27 Jun 2023 12:46:13 -0400 Subject: [PATCH] Fix syntax error --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 69bf6d0db..ae01527e4 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2184,7 +2184,7 @@ set_proxy() { "}" > /root/.docker/config.json # Set proxy for package manager - if [[ $is_rocky | $is_centos ]]; then + if [[ $is_rocky || $is_centos ]]; then echo "proxy=$so_proxy" >> /etc/yum.conf else # Set it up so the updates roll through the manager