From a363ecbf24862718ad6631b695df2b913d1d0b84 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 1 Jul 2020 19:34:08 -0700 Subject: [PATCH] continue playing with syntax --- certbot-dns-dnsimple/snap/hooks/post-refresh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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