fix: 1c8b2f817c
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-20 14:53:59 +08:00
parent d09d4c5686
commit 884ee66e16
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
2 changed files with 5 additions and 5 deletions

View File

@ -19,9 +19,9 @@ RUN sh web/install.sh -p && echo "\
if [ ! -f \"/var/uoj_data/.UOJSetupDone\" ]; then\n\ if [ ! -f \"/var/uoj_data/.UOJSetupDone\" ]; then\n\
cd /opt/uoj/web && sh install.sh -i\n\ cd /opt/uoj/web && sh install.sh -i\n\
fi\n\ fi\n\
cd /opt/uoj/web && sh install.sh -d\
service ntp start\n\ service ntp start\n\
service apache2 start\n\ service apache2 start\n\
cd /opt/uoj/web && sh install.sh -d\n\
exec bash\n" >/opt/up && chmod +x /opt/up exec bash\n" >/opt/up && chmod +x /opt/up
ENV LANG=C.UTF-8 TZ=Asia/Shanghai ENV LANG=C.UTF-8 TZ=Asia/Shanghai

View File

@ -7,10 +7,10 @@ _database_host_="${DATABASE_HOST:-uoj-db}"
_database_password_="${DATABASE_PASSWORD:-root}" _database_password_="${DATABASE_PASSWORD:-root}"
_judger_socket_port_="${JUDGER_SOCKET_PORT:-2333}" _judger_socket_port_="${JUDGER_SOCKET_PORT:-2333}"
_judger_socket_password_="${JUDGER_SOCKET_PASSWORD:-_judger_socket_password_}" _judger_socket_password_="${JUDGER_SOCKET_PASSWORD:-_judger_socket_password_}"
_salt0_="${SALT0:-_salt0_}" _salt0_="${SALT_0:-_salt0_}"
_salt1_="${SALT1:-_salt1_}" _salt1_="${SALT_1:-_salt1_}"
_salt2_="${SALT2:-_salt2_}" _salt2_="${SALT_2:-_salt2_}"
_salt3_="${SALT3:-_salt3_}" _salt3_="${SALT_3:-_salt3_}"
_uoj_protocol_="${UOJ_PROTOCOL:-http}" _uoj_protocol_="${UOJ_PROTOCOL:-http}"
getAptPackage(){ getAptPackage(){