Fix syntax error

This commit is contained in:
Mike Reeves
2023-06-27 12:46:13 -04:00
parent d519369c6f
commit c37a179a3c

View File

@@ -2183,7 +2183,7 @@ set_proxy() {
"}" > /root/.docker/config.json "}" > /root/.docker/config.json
# Set proxy for package manager # Set proxy for package manager
if [[ $is_rocky | $is_centos ]]; then if [[ $is_rocky || $is_centos ]]; then
echo "proxy=$so_proxy" >> /etc/yum.conf echo "proxy=$so_proxy" >> /etc/yum.conf
else else
# Set it up so the updates roll through the manager # Set it up so the updates roll through the manager