We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df65a5c commit 906694fCopy full SHA for 906694f
install-domjudge.sh
@@ -69,8 +69,8 @@ docker compose up --scale jh=0 |
69
#########################
70
EOF
71
} | tee -a ../passwords.txt
72
- sed -i "s/JUDGEDAEMON_PASSWORD=password/JUDGEDAEMON_PASSWORD=$jhpw/g" docker-compose.yml
73
- sed -i "s/JUDGEDAEMON_PASSWORD=domjudge/JUDGEDAEMON_PASSWORD=$jhpw/g" docker-compose.yml
+ sed -i "s@JUDGEDAEMON_PASSWORD=password@JUDGEDAEMON_PASSWORD=$jhpw@g" docker-compose.yml
+ sed -i "s@JUDGEDAEMON_PASSWORD=domjudge@JUDGEDAEMON_PASSWORD=$jhpw@g" docker-compose.yml
74
docker compose down
75
cat >/dev/null
76
}
0 commit comments