summaryrefslogtreecommitdiffstats
path: root/recipes-wam/wam/files/WebAppMgrCli
blob: 4312e0472a3105ae831362e2876f96223c51e187 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

WAM_CLI_EXE="/usr/bin/WebAppMgr"

if [ "$WAM_IS_CEF" = true ] ; then
  WAM_CLI_EXE="/usr/share/wam/WebAppMgrCli"
fi

exec $WAM_CLI_EXE $@