From c6f8fdab1384b19b5d2a746cb0c038a3582d27bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Mon, 13 Jan 2020 13:37:02 +0100 Subject: [PATCH] reset_testnet.sh: add newline [skip ci] --- scripts/reset_testnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reset_testnet.sh b/scripts/reset_testnet.sh index ffe386f55..ad22e60df 100755 --- a/scripts/reset_testnet.sh +++ b/scripts/reset_testnet.sh @@ -138,5 +138,5 @@ make build echo "Publishing Docker image..." make push-last -echo "A Watchtower systemd service will pull the new image and start new containers based on it, on each testnet host, in the next 2 minutes." +echo -e "\nA Watchtower systemd service will pull the new image and start new containers based on it, on each testnet host, in the next 2 minutes."