mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
test for first install differently
This commit is contained in:
parent
02dbd3eeb8
commit
7c683ba6c5
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
snapctl set first-install="true"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
snapctl get first-install
|
||||
if [ "$?" -eq "true"]; then
|
||||
if [ "$?" -eq "1"]; then
|
||||
snapctl set first-install="false"
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue