We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df942fd commit 3facd5cCopy full SHA for 3facd5c
1 file changed
bin/container-start.sh
@@ -18,7 +18,7 @@ if [ ! -f /opt/xyops/conf/config.json ]; then
18
mkdir -p /opt/xyops/conf
19
cp -a /opt/xyops/sample_conf/. /opt/xyops/conf/
20
secret_key=$(openssl rand -hex 16)
21
- printf '{ "secret_key": "%s" }\n' "$secret" > /opt/xyops/conf/overrides.json
+ printf '{ "secret_key": "%s" }\n' "$secret_key" > /opt/xyops/conf/overrides.json
22
fi
23
24
# the path to xyops entrypoint, including options
0 commit comments