afw: Fix error report
[AGL/meta-agl.git] / meta-app-framework / recipes-core / af-main / af-main / afm-install
index 9b393c0..aadcae2 100755 (executable)
@@ -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)