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 4d2c003 commit fbda0f9Copy full SHA for fbda0f9
update_demoweb.sh
@@ -19,7 +19,7 @@ make QUIET=1 maintainer-clean
19
make QUIET=1 MAINT_CXFLAGS='-g -O2 -Wall -fPIE -Wformat -Wformat-security' \
20
inplace-conf >/dev/null 2>&1 || true
21
make QUIET=1 inplace-install docs >/dev/null 2>&1
22
-composer auto-scripts >/dev/null 2>&1
+(cd webapp && composer auto-scripts >/dev/null 2>&1)
23
24
# Reset database to known good state:
25
mysql $MYSQLOPTS "$DBNAME" < domjudge_demo_remove.sql
0 commit comments