From d9b639c8e6a1324dfe07388c080d10d17c3e9d33 Mon Sep 17 00:00:00 2001 From: James Hobin Date: Thu, 2 Aug 2018 21:56:56 -0400 Subject: [PATCH] Update intent parser in OTA --- tools/post-upgrade.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/post-upgrade.sh b/tools/post-upgrade.sh index de3d31395..f3f84b2a8 100755 --- a/tools/post-upgrade.sh +++ b/tools/post-upgrade.sh @@ -43,4 +43,6 @@ if sudo test -e "/root/gateway-wifi-setup/wifiskip"; then touch "$HOME/.mozilla-iot/config/wifiskip" fi +(cd "$HOME/mozilla-iot/intent-parser"; git pull) + touch .post_upgrade_complete