meta-agl: Init SDL feature
[AGL/meta-agl.git] / meta-app-framework / recipes-core / af-main / af-main / afm-install
index 9b393c0..83744eb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 pretty() {
        sed \
@@ -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)