X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-app-framework%2Frecipes-core%2Faf-main%2Faf-main%2Fafm-install;h=83744ebae8e49c5eeb87775f2d97ee68acbcf028;hb=6778887bf0059ca3f9fcbdcbb96c77797aff71e0;hp=6d37baed899df9d614a4015677afc6b9bd00fdaa;hpb=2ceaa31f4137a5a9fb759338827f4b5d1d995772;p=AGL%2Fmeta-agl.git diff --git a/meta-app-framework/recipes-core/af-main/af-main/afm-install b/meta-app-framework/recipes-core/af-main/af-main/afm-install index 6d37baed8..83744ebae 100755 --- a/meta-app-framework/recipes-core/af-main/af-main/afm-install +++ b/meta-app-framework/recipes-core/af-main/af-main/afm-install @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash pretty() { sed \ @@ -15,13 +15,14 @@ send() { org.AGL.afm.system.$1 \ "string:$2" | pretty + return ${PIPESTATUS[0]} } case "$1" in add|install) f=$(realpath $2) - send install '{"wgt":"'"$f"'","force":true}' + send install '{"wgt":"'"$f"'","force":true,"reload":false}' ;; -h|--help|help)