mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Fixed CORE-2195:Linux CS install requires access rights review - make conf files root-writable
This commit is contained in:
parent
63ecdcd5e4
commit
8ac0ebf2d2
@ -734,6 +734,10 @@ fixFilePermissions() {
|
||||
chown -R root:root $FBRootDir
|
||||
chmod -R uga-w $FBRootDir
|
||||
|
||||
# Set up configuration files - make them root-writable
|
||||
cd $FBRootDir
|
||||
chmod u+w *.conf
|
||||
|
||||
# Prepare bin
|
||||
cd $FBBin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user