summaryrefslogtreecommitdiff
path: root/restart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'restart.sh')
-rwxr-xr-xrestart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/restart.sh b/restart.sh
index f915b77..291197a 100755
--- a/restart.sh
+++ b/restart.sh
@@ -2,7 +2,7 @@
base=${TALER_DEPLOYMENT_BASE:-$HOME}
-export PATH="$HOME/deployment":$PATH
+export PATH="$base/deployment":$PATH
ulimit -c $((100 * 1024))