summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpush.sh1
-rwxr-xr-xrun.sh3
2 files changed, 2 insertions, 2 deletions
diff --git a/push.sh b/push.sh
index a483beb..c718e34 100755
--- a/push.sh
+++ b/push.sh
@@ -8,6 +8,7 @@ if [ ! -d custodia ]; then
fi
pushd custodia > /dev/null
+git fetch --all
git pull --rebase
popd > /dev/null
diff --git a/run.sh b/run.sh
index 1fbb20a..282bae8 100755
--- a/run.sh
+++ b/run.sh
@@ -2,6 +2,5 @@
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export PYTHONPATH=$DIR/custodia
-$DIR/custodia/custodia/custodia /custodia-data/custodia.conf
-exit $?
+exec $DIR/custodia/custodia/custodia /custodia-data/custodia.conf