various fixes
[distro-setup] / machine_specific / treetowl / filesystem / etc / cron.daily / check-lets-encrypt-ssl-settings
index b5b874aaee818c28fbc67e226528a131884b4afc..87e45c021940d716cee3a8bcdc3c863c8932c3a7 100755 (executable)
@@ -26,7 +26,7 @@ gitget https://github.com/certbot/certbot.git $d &>/tmp/${0##*/}.log
 cd $d
 
 f=certbot-apache/certbot_apache/options-ssl-apache.conf
-out=$(git log -p --since 2014-08-14 $f)
+out=$(git log -p --since 2016-08-14 $f)
 
 if [[ $out ]]; then
     cat <<EOF