Skip to content

Commit

Permalink
[Let's Encrypt] Add extended logging of cron task execution jelastic-…
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarenkoalexey authored May 31, 2024
1 parent 1d9f3a2 commit 073c1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-le.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo "Installing required packages"
microdnf -y install epel-release; microdnf install -y git bc nss socat tinyproxy --enablerepo='epel';
else

yum-config-manager --save --setopt=\*.retries=5 --setopt=\*.skip_if_unavailable=true --setopt=\*.timeout=5
yum-config-manager --save --setopt=\*.retries=5 --setopt=\*.skip_if_unavailable=true --setopt=\*.timeout=5 >/dev/null
yum -y install epel-release git bc nss;
yum -y install tinyproxy socat --enablerepo='epel';
fi
Expand Down

0 comments on commit 073c1f4

Please sign in to comment.