diff --git a/certbot-dns-dnsimple/snap/hooks/post-refresh b/certbot-dns-dnsimple/snap/hooks/post-refresh index ffab9430f..03ffe07e3 100644 --- a/certbot-dns-dnsimple/snap/hooks/post-refresh +++ b/certbot-dns-dnsimple/snap/hooks/post-refresh @@ -1,6 +1,7 @@ #!/bin/sh -e first_install=$(snapctl get first-install) +echo "$first_install" if [ "$first_install" -ne "false"]; then snapctl set first-install="false" exit 0