Skip to content

Commit f287ab6

Browse files
authored
Change rights after install (#5578)
2 parents 5c5d7f8 + df858cf commit f287ab6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

connectors/vmware/packaging/scripts/postinstall.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ function migrateConfigFromPmToJson() {
99
/usr/bin/centreon_vmware_convert_config_file "$perl_config_file_path" > "$json_config_file_path"
1010
mv "$perl_config_file_path" "${perl_config_file_path}.deprecated"
1111
fi
12-
chown centreon: "$json_config_file_path"
13-
chmod 640 "$json_config_file_path"
12+
chown centreon-gorgone:centreon "$json_config_file_path"
13+
chmod 660 "$json_config_file_path"
1414
}
1515

1616
function applyToSystemD() {

0 commit comments

Comments
 (0)