From 02beb9c79aa691fcded95a43bf27bb6dc0f8ebcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Thu, 26 Apr 2018 00:59:44 +0200 Subject: [PATCH] CI: fix busybox compatibility --- src/bin_client/tezos-init-sandboxed-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin_client/tezos-init-sandboxed-client.sh b/src/bin_client/tezos-init-sandboxed-client.sh index ab35a7a16..fff0528cb 100755 --- a/src/bin_client/tezos-init-sandboxed-client.sh +++ b/src/bin_client/tezos-init-sandboxed-client.sh @@ -222,7 +222,7 @@ activate_alpha() { with fitness 1 \ and key dictator \ and parameters "${parameters_file}" \ - --timestamp $(date +%FT%TZ --utc --date="1 hour ago") + --timestamp $(date --utc --date="@$(($(date +%s) - 3600))" +"%FT%TZ") }