Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths authored and Saviq committed Sep 28, 2018
1 parent 52d6a90 commit b79152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/hooks/configure
Expand Up @@ -79,7 +79,7 @@ if [ -n "${vt}" ]; then
fi

if [ "vt=${vt}" != "$(grep vt= ${miral_kiosk_config})" ]; then
if [ config_changes -gt 0 ]; then
if [ $config_changes -gt 0 ]; then
sed '/^vt/d' ${miral_kiosk_config}
else
sed --in-place=.save '/^vt/d' ${miral_kiosk_config}
Expand Down

0 comments on commit b79152f

Please sign in to comment.