mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
more debug
This commit is contained in:
parent
7205103bf6
commit
ce080815a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue