mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
continue playing with syntax
This commit is contained in:
parent
3621232dd1
commit
a363ecbf24
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue