[wam][cef] Make it possible to use cef as a backend
[AGL/meta-agl-demo.git] / recipes-wam / wam / files / WebAppMgrCli
1 #!/bin/bash
2
3 WAM_CLI_EXE="/usr/bin/WebAppMgr"
4
5 if [ "$WAM_IS_CEF" = true ] ; then
6   WAM_CLI_EXE="/usr/share/wam/WebAppMgrCli"
7 fi
8
9 exec $WAM_CLI_EXE $@