summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-restart
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment-restart')
-rwxr-xr-xbin/taler-deployment-restart3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/taler-deployment-restart b/bin/taler-deployment-restart
index a157040..bfa668a 100755
--- a/bin/taler-deployment-restart
+++ b/bin/taler-deployment-restart
@@ -4,7 +4,8 @@ base=$HOME
export PATH="$base/deployment/bin":$PATH
-ulimit -c $((100 * 1024))
+# might fail if invoked from another script with ulimit
+ulimit -c $((100 * 1024)) &>/dev/null || true
cd $HOME