mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Set the file permissions on for the sqlite database so it will work better with the Debian package
This commit is contained in:
@@ -536,6 +536,9 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
|
||||
}
|
||||
unset ($file_contents, $sql);
|
||||
$db_tmp->commit();
|
||||
|
||||
//set the file permissions
|
||||
chmod($db_path.'/'.$db_name, 0777);
|
||||
}
|
||||
|
||||
//create the pgsql database
|
||||
|
||||
Reference in New Issue
Block a user