We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd186d commit df858cfCopy full SHA for df858cf
1 file changed
connectors/vmware/packaging/scripts/postinstall.sh
@@ -9,8 +9,8 @@ function migrateConfigFromPmToJson() {
9
/usr/bin/centreon_vmware_convert_config_file "$perl_config_file_path" > "$json_config_file_path"
10
mv "$perl_config_file_path" "${perl_config_file_path}.deprecated"
11
fi
12
- chown centreon: "$json_config_file_path"
13
- chmod 640 "$json_config_file_path"
+ chown centreon-gorgone:centreon "$json_config_file_path"
+ chmod 660 "$json_config_file_path"
14
}
15
16
function applyToSystemD() {
0 commit comments