issues
search
DOMjudge
/
domjudge
DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739
stars
258
forks
source link
Some fixes to dump/load DB commands in dj_setup_database:
#2824
Closed
eldering
closed
2 days ago
eldering
commented
2 days ago
Don't use sudo: we assume we can access the DB (like in other commands), the user can call this with sudo if necessary.
Fetch DB name from config instead of hardcoded
domjudge
.
Don't exit within case unless with non-zero status.
domjudge
.