Skip to content

Commit 3af242b

Browse files
committed
Remove the coloring when outputing DVSYNC_TOKEN
1 parent 25ab24b commit 3af242b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dvsync-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "${EXTERNAL_HOSTNAME}" > /tmp/DVSYNC_TOKEN
2323
cat /root/.ssh/client_rsa >> /tmp/DVSYNC_TOKEN
2424

2525
echo -e "\n⚡️ \033[0;32m dvsync server is running!\033[0m To sync, start the client with following environment variable set:"
26-
echo -e "\n\033[1;32mDVSYNC_TOKEN=\033[0;33m$(cat /tmp/DVSYNC_TOKEN | base64 | tr -d '\n')\033[0m"
26+
echo -e "\n🤫 DVSYNC_TOKEN=$(cat /tmp/DVSYNC_TOKEN | base64 | tr -d '\n')"
2727

2828
# Wait forever
2929
tail -f /dev/null

0 commit comments

Comments
 (0)