summaryrefslogtreecommitdiffstats
path: root/run.sh
blob: 1fbb20a512e215d9ae3d4c540ce181c50a9f9166 (plain)
1
2
3
4
5
6
7
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

export PYTHONPATH=$DIR/custodia
$DIR/custodia/custodia/custodia /custodia-data/custodia.conf
exit $?