Archived
1
0

refactor: add note to test.sh about --home

This commit is contained in:
Joe Previte
2021-02-04 14:54:26 -07:00
parent 2dc56ad4d7
commit d0eece3d8f
3 changed files with 10 additions and 6 deletions

View File

@ -17,7 +17,8 @@ main() {
echo " \$PASSWORD"
echo " \$CODE_SERVER_ADDRESS"
echo -e "\n"
echo "Please make sure you have code-server running locally."
echo "Please make sure you have code-server running locally with the flag:"
echo " --home \$CODE_SERVER_ADDRESS/healthz "
echo -e "\n"
exit 1
fi