mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
more printing
This commit is contained in:
parent
0df7d579fb
commit
a028685792
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ if [ -z "$cb_installed" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
echo "cb_installed: $cb_installed"
|
||||
|
||||
# get required certbot version for plugin
|
||||
cb_required=$(grep -oP "certbot>=\K.*(?=')" $SNAP/setup.py)
|
||||
echo "cb_required: $cb_required" > "$SNAP_DATA/debuglog"
|
||||
|
|
|
|||
Loading…
Reference in a new issue