mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
debugging
This commit is contained in:
parent
d80cccb8b4
commit
9ed789df0f
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ if [ -z "$first_install" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
ls $SNAP/certbot-version
|
||||
|
||||
# get certbot version
|
||||
cb_installed=$(grep -oP 'installed:\s+\K\d+.\d+.\d(?=-)' $SNAP/certbot-version/certbot)
|
||||
# get required certbot version for plugin
|
||||
|
|
|
|||
Loading…
Reference in a new issue