Skip to content

Commit

Permalink
fix(squid-cron): Added crontab to al23 squid (#2463)
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Malinowski <[email protected]>
  • Loading branch information
emalinowski and Edward Malinowski authored Feb 7, 2024
1 parent 2100036 commit 5f7aed0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flavors/squid_auto/squid_running_on_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ fi
function install_basics(){
if [[ $DISTRO == "Ubuntu" ]]; then
apt -y install atop
elif [[ $DISTRO == "al2023" ]]; then
sudo dnf install cronie nc -y
fi
}

Expand Down Expand Up @@ -207,7 +209,7 @@ function install_awslogs {
elif [[ $DISTRO == "Amazon Linux" ]]; then
sudo yum install amazon-cloudwatch-agent nc -y
elif [[ $DISTRO == "al2023" ]]; then
sudo dnf install amazon-cloudwatch-agent nc -y
sudo dnf install amazon-cloudwatch-agent -y
fi

# Configure the AWS logs
Expand Down

0 comments on commit 5f7aed0

Please sign in to comment.