mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
valid setting name
This commit is contained in:
parent
5decba74dc
commit
02dbd3eeb8
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
snapctl set first_install="true"
|
||||
snapctl set first-install="true"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue