echo to the debug log

This commit is contained in:
Erica Portnoy 2020-07-13 19:01:53 -07:00
parent a028685792
commit 3f5c473a6a

View file

@ -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)