mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
what's that error message again?
This commit is contained in:
parent
ce080815a7
commit
c0dce67c0b
2 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -36,4 +36,4 @@ plugs:
|
|||
|
||||
hooks:
|
||||
post-refresh:
|
||||
plugs: [certbot-version]
|
||||
plugs: [content]
|
||||
|
|
|
|||
Loading…
Reference in a new issue