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-378ad31fedc9remotes/github/debian-pkg
parent
02f271bb2e
commit
e6d22c6c07
|
@ -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."
|
||||
}
|
||||
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue