File centreon-web-install.patch of Package centreon-web
Index: install.sh
===================================================================
--- install.sh.orig
+++ install.sh
@@ -150,7 +150,7 @@ cinstall_opts=""
while getopts "if:u:hv" Options
do
case ${Options} in
- i ) silent_install="0"
+ i ) silent_install="1"
_tmp_install_opts="1"
;;
f ) silent_install="1"