summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authoralbertogp <albertogp@uma.es>2013-07-18 15:31:31 +0000
committeralbertogp <albertogp@uma.es>2013-07-18 15:31:31 +0000
commit20685a963be2511d5db3bd6036ec44851bd8bf08 (patch)
tree8411984eb65224d460bd966f741dbd3baca53545 /installer
parentb7bd0dfc289d700b43c4d2d4b0c6c8776a354c7b (diff)
branches-version1.0
EliminarImagenRepositorio #564 En el fichero opengnsys_update.sh aƱadiendo En la linea 421 -Permisos para www-data en el directorio tmp En la linea 579 - AƱadiendo linea en el cron.d para ejecutar deletepreimage git-svn-id: https://opengnsys.es/svn/branches/version1.0@4004 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 5d0f1ee5..a530cc78 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -418,7 +418,7 @@ function updateWebFiles()
restoreFile $INSTALL_TARGET/www/controlacceso.php
# Cambiar permisos para ficheros especiales.
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/images/{fotos,iconos}
- chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/{tmp}
+ chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/tmp/
echoAndLog "${FUNCNAME}(): Web files updated successfully."
}