Skip to content

Commit fbda0f9

Browse files
committed
Fix demoweb installation with new composer location
This was also fixed in the crontab on domjudge.org for various commands. The composer file is now in the webapp folder in the main repo.
1 parent 4d2c003 commit fbda0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_demoweb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ make QUIET=1 maintainer-clean
1919
make QUIET=1 MAINT_CXFLAGS='-g -O2 -Wall -fPIE -Wformat -Wformat-security' \
2020
inplace-conf >/dev/null 2>&1 || true
2121
make QUIET=1 inplace-install docs >/dev/null 2>&1
22-
composer auto-scripts >/dev/null 2>&1
22+
(cd webapp && composer auto-scripts >/dev/null 2>&1)
2323

2424
# Reset database to known good state:
2525
mysql $MYSQLOPTS "$DBNAME" < domjudge_demo_remove.sql

0 commit comments

Comments
 (0)