Fix syntax error

This commit is contained in:
Mike Reeves
2023-06-27 12:46:13 -04:00
parent 53bd7bcc29
commit b57674a7cc

View File

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