Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit d8e5fbd

Browse files
authored
Merge pull request #2 from Paperspace/update-jupyter-password1
added quotation marks to the password var
2 parents 8d8e615 + 86b89ad commit d8e5fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ function print_message
1919

2020
print_message
2121

22-
PASSWORD=${NEW_UUID} /usr/local/bin/code-server --host 0.0.0.0 --port 8888
22+
PASSWORD="${NEW_UUID}" /usr/local/bin/code-server --host 0.0.0.0 --port 8888

0 commit comments

Comments
 (0)