diff --git a/bin/console-conf-wrapper b/bin/console-conf-wrapper index e22af057..e64e080e 100755 --- a/bin/console-conf-wrapper +++ b/bin/console-conf-wrapper @@ -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` = "system is managed" ]; then +if [ "$(snap managed)" = "true" ]; then touch /var/lib/console-conf/complete exit 0 fi diff --git a/debian/changelog b/debian/changelog index 7bf755ae..a39ba499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +subiquity (0.0.20) UNRELEASED; urgency=medium + + [ Michael Vogt ] + * Update code to follow latest `snap managed` API. + + -- Mathieu Trudel-Lapierre Fri, 07 Oct 2016 11:33:12 -0400 + subiquity (0.0.19) yakkety; urgency=medium [ Michael Hudson-Doyle ]