Commit 15806a3e authored by Amit Sharma's avatar Amit Sharma
Browse files

Config Script Fix

Showing with 3 additions and 2 deletions
+3 -2
#!/bin/bash #!/bin/bash
cd packages/enketo-express/config
formManagerBaseURI=${GITPOD_WORKSPACE_URL:8} formManagerBaseURI=${GITPOD_WORKSPACE_URL:8}
echo "$( jq '."formManagerBaseURI" = "'"https://3006-$formManagerBaseURI"'"' default-config.json )" > default-config.json echo "$( jq '."formManagerBaseURI" = "'"https://3006-$formManagerBaseURI"'"' default-config.json )" > default-config.json
\ No newline at end of file cd ..
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment