valid setting name

This commit is contained in:
Erica Portnoy 2020-07-01 19:12:48 -07:00
parent 5decba74dc
commit 02dbd3eeb8
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
snapctl set first_install="true"
snapctl set first-install="true"

View file

@ -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