continue playing with syntax

This commit is contained in:
Erica Portnoy 2020-07-01 19:34:08 -07:00
parent 3621232dd1
commit a363ecbf24

View file

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