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 52a7a0a commit d5fd24eCopy full SHA for d5fd24e
update_demoweb.sh
@@ -17,8 +17,8 @@ git pull -q --rebase --autostash >/dev/null 2>&1
17
# Rebuild in-place to also make configuration updates visible:
18
make QUIET=1 maintainer-clean
19
make QUIET=1 MAINT_CXFLAGS='-g -O2 -Wall -fPIE -Wformat -Wformat-security' \
20
- maintainer-conf || true
21
-make QUIET= maintainer-install docs >/dev/null 2>&1
+ inplace-conf || true
+make QUIET=1 inplace-install docs >/dev/null 2>&1
22
composer auto-scripts >/dev/null 2>&1
23
24
# Reset database to known good state:
0 commit comments