mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 21:28:40 +00:00
Permission fix
This commit is contained in:
parent
aae0de25f1
commit
7064cd6e7e
|
|
@ -66,7 +66,7 @@ class FileCache extends ConnectionAbstract
|
||||||
public function __construct(string $path)
|
public function __construct(string $path)
|
||||||
{
|
{
|
||||||
if (!Directory::exists($path)) {
|
if (!Directory::exists($path)) {
|
||||||
Directory::create($path, 0664, true);
|
Directory::create($path, 0766, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->status = CacheStatus::ACTIVE;
|
$this->status = CacheStatus::ACTIVE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user