Strange error on client v0.4.2

Also posted as github issue.

This was on centos 7.2.x.

I ran the LE client v0.4.2 with following CLI options:

./letsencrypt-auto certonly -a webroot --webroot-path -c /etc/letsencrypt/cli.ini -d

my cli.ini contains:

server = https://acme-v01.api.letsencrypt.org/directory
renew-by-default
agree-tos
noninteractive
email =

after obtaining a cert just now, it congratulated me with the standard finishing output dialog and i received my cert and all seemed normal except it outputted at the very end the following line:

./letsencrypt-auto: line 1810: tag: command not found

Anything meaningful?

Weird! @bmw, any ideas?

Do you still have the complete output of the script? If that particular run auto-upgraded you from 0.4.0 or earlier, it could be related to https://github.com/letsencrypt/letsencrypt/issues/2456 which was fixed in 0.4.1.

I replied to this on GitHub but I have the same idea as Voltara. Versions of letsencrypt-auto older than 0.4.1, would experience problems on the first run after upgrading itself on some systems. After the initial run, however, the issue would be resolved.