Skip to content

Commit

Permalink
Remove the coloring when outputing DVSYNC_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
suda committed Jul 24, 2018
1 parent 25ab24b commit 3af242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dvsync-server
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3af242b

Please sign in to comment.