From 3621232dd1d229f6ea54bf030cce07466b987ac9 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 1 Jul 2020 19:25:00 -0700 Subject: [PATCH] time to do some print debugging --- certbot-dns-dnsimple/snap/hooks/post-refresh | 1 + 1 file changed, 1 insertion(+) 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