mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
can we run snap info
This commit is contained in:
parent
d62d853ea4
commit
d38ae5c8ab
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
OUTPUT=$(snap info certbot-dns-gehirn)
|
||||
echo "${OUTPUT}"
|
||||
exit 1
|
||||
|
||||
if [ "$(snapctl get trust-plugin-with-root)" = "ok" ]; then
|
||||
# allow the connection, but reset config to allow for other slots to go through this auth flow
|
||||
snapctl unset trust-plugin-with-root
|
||||
|
|
|
|||
Loading…
Reference in a new issue