From 3af242b300771bc91efa4860ce5e1f51d68e4c00 Mon Sep 17 00:00:00 2001 From: Wojtek Siudzinski Date: Tue, 24 Jul 2018 16:41:14 +0200 Subject: [PATCH] Remove the coloring when outputing DVSYNC_TOKEN --- bin/dvsync-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dvsync-server b/bin/dvsync-server index 8bae50a..0024c22 100755 --- a/bin/dvsync-server +++ b/bin/dvsync-server @@ -23,7 +23,7 @@ echo "${EXTERNAL_HOSTNAME}" > /tmp/DVSYNC_TOKEN cat /root/.ssh/client_rsa >> /tmp/DVSYNC_TOKEN echo -e "\n⚡️ \033[0;32m dvsync server is running!\033[0m To sync, start the client with following environment variable set:" -echo -e "\n\033[1;32mDVSYNC_TOKEN=\033[0;33m$(cat /tmp/DVSYNC_TOKEN | base64 | tr -d '\n')\033[0m" +echo -e "\n🤫 DVSYNC_TOKEN=$(cat /tmp/DVSYNC_TOKEN | base64 | tr -d '\n')" # Wait forever tail -f /dev/null