PM-642 Directorio shared ya viene creado y con permisos
This commit is contained in:
@@ -322,7 +322,7 @@ class Installer extends Controller
|
|||||||
if (is_dir( $aux['dirname'] )) {
|
if (is_dir( $aux['dirname'] )) {
|
||||||
if (! file_exists( $_REQUEST['pathLogFile'] )) {
|
if (! file_exists( $_REQUEST['pathLogFile'] )) {
|
||||||
@file_put_contents( $_REQUEST['pathLogFile'], '' );
|
@file_put_contents( $_REQUEST['pathLogFile'], '' );
|
||||||
chmod($_REQUEST['pathShared'], 0770);
|
@chmod($_REQUEST['pathShared'], 0770);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user