what's that error message again?

This commit is contained in:
Erica Portnoy 2020-07-01 20:30:32 -07:00
parent ce080815a7
commit c0dce67c0b
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@ if [ -z "$first_install" ]; then
exit 0
fi
echo 'ls certbot-exec: $(ls "$SNAP/certbot-exec")'
cb_installed=$(grep -oP "__requires__ = 'certbot==\K.*(?=')" $SNAP/certbot-exec)
echo "cb_installed $cb_installed"
snapctl set cb-installed="$cb_installed"

View file

@ -36,4 +36,4 @@ plugs:
hooks:
post-refresh:
plugs: [certbot-version]
plugs: [content]