mirror of
https://github.com/QingdaoU/OpenVJ.git
synced 2024-12-28 15:31:48 +00:00
fix typo
This commit is contained in:
parent
f7b3162958
commit
9660dc6313
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
if [ ! -f "/code/openoj/custom_settings.py" ]; then
|
||||
if [ ! -f "/code/openvj/custom_settings.py" ]; then
|
||||
cp /code/openvj/custom_settings.example.py /code/openvj/custom_settings.py
|
||||
echo "SECRET_KEY=\"`cat /dev/urandom | head -1 | md5sum | head -c 32`\"" >> /code/openvj/custom_settings.py
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user