more debug

This commit is contained in:
Erica Portnoy 2020-07-01 20:13:42 -07:00
parent 7205103bf6
commit ce080815a7

View file

@ -6,7 +6,7 @@ if [ -z "$first_install" ]; then
exit 0
fi
ls "$SNAP/certbot-exec"
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"