mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
it's a directory?
This commit is contained in:
parent
518f950186
commit
7205103bf6
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ if [ -z "$first_install" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
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