bin/bash /usr/sbin/apache2ctl stop /usr/bin/certbot renew --quiet /usr/sbin/apache2ctl start pushd /etc/ > /dev/null /usr/bin/git add letsencrypt DIFFSTAT="$(/usr/bin/git diff --cached --stat)" if [ -n "$DIFFSTAT" ] ; then /usr/bin/git commit --quiet -m ...
↧