console-conf-wrapper: output of snap is-managed is "system is managed".

Signed-off-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
This commit is contained in:
Mathieu Trudel-Lapierre 2016-10-05 13:39:52 -04:00
parent f0824dd35e
commit 8478f1ab47
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ trap true HUP INT QUIT TSTP
# happened and need to force it on. Yay UNIX!
stty icrnl
if [ `snap is-managed` = "true" ]; then
if [ `snap is-managed` = "system is managed" ]; then
touch /var/lib/console-conf/complete
exit 0
fi