8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00

Fixed CORE-2195:Linux CS install requires access rights review - make conf files root-writable

This commit is contained in:
alexpeshkoff 2008-12-01 13:05:52 +00:00
parent 63ecdcd5e4
commit 8ac0ebf2d2

View File

@ -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