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