Skip to content

Commit df858cf

Browse files
authored
Change rights after install
1 parent dcd186d commit df858cf

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)