PM-642 Directorio shared ya viene creado y con permisos

This commit is contained in:
Brayan Pereyra
2015-04-06 09:54:29 -04:00
parent 1b6d7205f8
commit 8daa489e8e

View File

@@ -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);
} }
} }
} }