We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old script:
letsencrypt_renewal_test: cmd: bash -c "/usr/bin/certbot --text --non-interactive --no-bootstrap --no-self-upgrade certonly --webroot --webroot-path=/var/www/letsencrypt --renew-by-default -d abc.com time: '0 */1 * * * *' onError: Continue notifyOnSuccess: - type: program path: /usr/local/bin/send_email.sh notifyOnError: - type: program path: /usr/local/bin/send_email.sh
New script:
letsencrypt_renewal_test: cmd: bash -c "/usr/bin/certbot --text --non-interactive --no-bootstrap --no-self-upgrade certonly --webroot --webroot-path=/var/www/letsencrypt --renew-by-default -d abc.com time: '0 */1 * * * *' onError: Continue notifyOnSuccess: - type: program path: /usr/local/bin/send_jobber_email.sh notifyOnError: - type: program path: /usr/local/bin/send_jobber_email.sh
The old script is still used after jobber reload. I have to delete the job, reload jobber, add the job again with the new script, and reload jobber.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Old script:
New script:
The old script is still used after jobber reload. I have to delete the job, reload jobber, add the job again with the new script, and reload jobber.
The text was updated successfully, but these errors were encountered: