#!/bin/sh -e

if [ "$( snapctl model | awk '/^classic:/ { print $2 }' )" != "true" ]
then snapctl start --enable "$SNAP_INSTANCE_NAME.landscape-client"
fi
