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=9b393c02a07d8d4fc305374325a96699f72df1a3;hpb=82b5fcf09e88f681a2146a4ff80d09f695a2f612;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 9b393c02a..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 @@ -22,7 +22,7 @@ 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)