summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/af-main/af-main/afm-install
diff options
context:
space:
mode:
Diffstat (limited to 'meta-app-framework/recipes-core/af-main/af-main/afm-install')
-rwxr-xr-xmeta-app-framework/recipes-core/af-main/af-main/afm-install2
1 files changed, 1 insertions, 1 deletions
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)