We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ab24b commit 3af242bCopy full SHA for 3af242b
bin/dvsync-server
@@ -23,7 +23,7 @@ echo "${EXTERNAL_HOSTNAME}" > /tmp/DVSYNC_TOKEN
23
cat /root/.ssh/client_rsa >> /tmp/DVSYNC_TOKEN
24
25
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"
+echo -e "\n🤫 DVSYNC_TOKEN=$(cat /tmp/DVSYNC_TOKEN | base64 | tr -d '\n')"
27
28
# Wait forever
29
tail -f /dev/null
0 commit comments