commit 96d87c3636534e08eff7f2dbe48f3d736134542a parent fb81d8c4b6fa317c912c01ccf1e6119ee1704f73 Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 10 Mar 2017 13:44:28 +0100 be less verbose on restart Diffstat:
| M | bin/taler-deployment-restart | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment-restart b/bin/taler-deployment-restart @@ -8,7 +8,7 @@ ulimit -c $((100 * 1024)) cd $HOME -if taler-deployment-arm -T 300ms -I; then +if taler-deployment-arm -T 300ms -I &>/dev/null; then # looks like deployment is running, stop it taler-deployment-arm -e -T 10s &>/dev/null fi