commit 7eb275889d91c1c011269a9264c0c418df92107e parent 91e69fe77baa2abba309f70512898b72e3609670 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 21 Sep 2018 13:56:45 +0200 Fix wirewatch ARM invocation. Diffstat:
| M | taler-arm/taler-exchange-wirewatch.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-arm/taler-exchange-wirewatch.conf b/taler-arm/taler-exchange-wirewatch.conf @@ -1,4 +1,4 @@ [taler-exchange-wirewatch] TYPE = simple BINARY = taler-exchange-wirewatch -OPTIONS = -t test -L INFO -l $HOME/logs/wirewatch-%Y-%m-%d.log +OPTIONS = --test -L INFO -l $HOME/logs/wirewatch-%Y-%m-%d.log