summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.sh b/run.sh
index 631aff9..30f5c64 100755
--- a/run.sh
+++ b/run.sh
@@ -3,5 +3,5 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export PYTHONPATH=$DIR/custodia
cd $DIR/custodia_pwmgr
-python2.7 custodia_pwmgr.py
-exit $?
+exec python2.7 custodia_pwmgr.py
+