From 02dbd3eeb89368b3d055c9d695890240ad1b114b Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 1 Jul 2020 19:12:48 -0700 Subject: [PATCH] valid setting name --- certbot-dns-dnsimple/snap/hooks/install | 2 +- certbot-dns-dnsimple/snap/hooks/post-refresh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/certbot-dns-dnsimple/snap/hooks/install b/certbot-dns-dnsimple/snap/hooks/install index 8b2d3ad4e..f3115d391 100644 --- a/certbot-dns-dnsimple/snap/hooks/install +++ b/certbot-dns-dnsimple/snap/hooks/install @@ -1 +1 @@ -snapctl set first_install="true" +snapctl set first-install="true" diff --git a/certbot-dns-dnsimple/snap/hooks/post-refresh b/certbot-dns-dnsimple/snap/hooks/post-refresh index d50e6b35e..d0c05c43f 100644 --- a/certbot-dns-dnsimple/snap/hooks/post-refresh +++ b/certbot-dns-dnsimple/snap/hooks/post-refresh @@ -1,8 +1,8 @@ #!/bin/sh -e -snapctl get first_install +snapctl get first-install if [ "$?" -eq "true"]; then - snapctl set first_install="false" + snapctl set first-install="false" exit 0 fi