-
Notifications
You must be signed in to change notification settings - Fork 240
fix(core): source installation script fixes #8341
Conversation
32d3173
to
530200e
Compare
530200e
to
f38d72c
Compare
|
||
flg_error=0 | ||
${CAT} "$file_php_temp" | while read file ; do | ||
${CAT} "$file_php_temp" "$file_bin_temp" | while read file ; do | ||
log "MACRO" "$(gettext "Change macro for") : $file" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log "MACRO" seems odd.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's only a param to specify in the logs what it is about.
The installation log can be found in the centreon's source folder,
eg : centreon-web-19.10.6/log/install_centreon.log
Here's how it's processed : https://github.com/centreon/centreon/blob/master/libinstall/functions#L121
Do you want this param's value to be modified with something more consistent ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's meant to be INFO.
* fix(core): replace missing php macros * enh(core): update licenses * fix(core): change rights on centreon cache folder * fix(core): add centreon cache folder to conf generation step * manage .env.local.php file transfer * generate a random key * enh(doc): update doc and add specific DB steps
Description
1- Correct source installation script (eg: ubuntu and debian) :
2- Update documentation
Fixes # (MON-4674 | https://github.com/centreon/centreon/issues/8249 , https://github.com/centreon/centreon/pull/8180 , https://github.com/centreon/centreon/issues/8252 )
Type of change
Target serie
How this pull request can be tested ?
Check the issues and try to install the IHM using the sources on a Debian Buster OS
Checklist
Community contributors & Centreon team
Centreon team only