diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2021-10-22 16:38:39 +0200 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2021-10-22 16:38:39 +0200 |
| commit | e2109039ca08cb53c6f65e4690b7254ab8fc9208 (patch) | |
| tree | d70820089f3e5d360d4d47456f356b42358a129c | |
| parent | e58f7f5c2c60d3178bf86b1c2048f3a7b2ee6b57 (diff) | |
Fix init.sh typo
| -rw-r--r-- | init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,5 +14,5 @@ sleep 2 export PER_PAGE=2 export COLLECTOR_URL=http://localhost:8000 -export JWT_URL=:http://localhost:8080 +export JWT_URL=http://localhost:8080 npm run start |
