The end result in the file was previously `export GO_SERVER_SYSTEM_PROPERTIES="-Dgo.config.repo.gc.cron="0 0 2 ? * SAT" go.config.repo.gc.periodic="Y""` Note how the open quote after the equal gets closed by the quote after `cron=`. This is not what we want. The new output looks like this: `export GO_SERVER_SYSTEM_PROPERTIES='-Dgo.config.repo.gc.cron="0 0 2 ? * SAT" -Dgo.config.repo.gc.periodic="Y"'` Single quoting all the double quotes on that line.
Name |
Last commit
|
Last update |
---|---|---|
.github | Loading commit data... | |
docker | Loading commit data... | |
playbooks | Loading commit data... | |
terraform | Loading commit data... | |
tests | Loading commit data... | |
util | Loading commit data... | |
vagrant | Loading commit data... | |
.dockerignore | Loading commit data... | |
.editorconfig | Loading commit data... | |
.gitignore | Loading commit data... | |
.travis.yml | Loading commit data... | |
AUTHORS | Loading commit data... | |
CHANGELOG.md | Loading commit data... | |
LICENSE.TXT | Loading commit data... | |
Makefile | Loading commit data... | |
README.md | Loading commit data... | |
docker.mk | Loading commit data... | |
github.txt | Loading commit data... | |
openedx.yaml | Loading commit data... | |
pre-requirements.txt | Loading commit data... | |
requirements.txt | Loading commit data... | |
test.mk | Loading commit data... |