We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1399271 commit f4d1139Copy full SHA for f4d1139
update_demoweb.sh
@@ -17,7 +17,7 @@ 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
- inplace-conf || true
+ 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
23
0 commit comments