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