X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-app-framework%2Frecipes-core%2Faf-main%2Faf-main%2Fafm-install;h=aadcae2137a82c28da5971ed654126799382ca63;hb=50e1176550206e4da9d9f412aeeb63ad00008e0b;hp=6d37baed899df9d614a4015677afc6b9bd00fdaa;hpb=7fcf42ba21c2a00a60f32140924fefc3cc39ad28;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..aadcae213 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 @@ -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)