Versión 1.0.4, #509: Permisos correctos para el directorio de fotos de equipos.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3067 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
ramon 2012-05-21 18:49:13 +00:00
parent 02f271bb2e
commit e6d22c6c07
2 changed files with 2 additions and 2 deletions

View File

@ -939,7 +939,7 @@ function installWebFiles()
# Descomprimir XAJAX.
unzip -o $WORKDIR/opengnsys/admin/xajax_0.5_standard.zip -d $INSTALL_TARGET/www/xajax
# Cambiar permisos para ficheros especiales.
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/images/iconos
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/images/{fotos,iconos}
echoAndLog "${FUNCNAME}(): Web files installed successfully."
}

View File

@ -402,7 +402,7 @@ function updateWebFiles()
fi
restoreFile $INSTALL_TARGET/www/controlacceso.php
# Cambiar permisos para ficheros especiales.
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/includes $INSTALL_TARGET/www/images/iconos
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/images/{fotos,iconos}
echoAndLog "${FUNCNAME}(): Web files updated successfully."
}