summaryrefslogtreecommitdiff
path: root/src/appMain/core.sh
blob: 66043689932208680c6bc34a6a78f646d3d27a2f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
DIR=$(dirname $0)

EXTERNAL_POLICIES=false
if [ "$2" = "true" ]; then
  EXTERNAL_POLICIES=true
fi
$DIR/daemon.sh $1 $EXTERNAL_POLICIES