sunnmas
Results
2
issues of
sunnmas
``` Resque::Mailer.error_handler = lambda { |mailer, message, error, action, args| if error.is_a?(Resque::TermException) Resque.enqueue(mailer, action, *args) else SMS.send_error :admin, {error: error.message, error_class: error.class, smtp_login: ????, smtp_pass: ????} raise error end ```...
Look: certbot.sh ``` function install_link () { LATEST=$(ls -td1 ${LIVEDIR}/* | head -n1) ... ``` if I manualy exec in container shell ls -td1 /etc/letsencrypt/live/* I get: /etc/letsencrypt/live/README /etc/letsencrypt/live/mydomain README...