time to do some print debugging

This commit is contained in:
Erica Portnoy 2020-07-01 19:25:00 -07:00
parent 4635ba26dd
commit 3621232dd1

View file

@ -1,6 +1,7 @@
#!/bin/sh -e
first_install=$(snapctl get first-install)
echo "$first_install"
if [ "$first_install" -ne "false"]; then
snapctl set first-install="false"
exit 0