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 a14283c commit 9b27b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/auto-update-ssl-cert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function validateLatestVersion(){
function updateScripts(){
for sh_script_name in auto-update-ssl-cert install-le validation generate-ssl-cert; do
for i in {1..5}; do
$WGET --timeout=5 --waitretry=0 --tries=1 --no-check-certificate $RAW_REPO_SCRIPS_URL/${sh_script_name}.sh -O /tmp/${sh_script_name}.sh
$WGET -nv --timeout=5 --waitretry=0 --tries=1 --no-check-certificate $RAW_REPO_SCRIPS_URL/${sh_script_name}.sh -O /tmp/${sh_script_name}.sh
if (( $? == 0 )); then
break
else
Expand Down

0 comments on commit 9b27b5b

Please sign in to comment.