Explorar el Código

added chown back for $VESTA/data/sessions

Serghey Rodin hace 8 años
padre
commit
e4ed3ba3c5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      install/vst-install-rhel.sh

+ 1 - 0
install/vst-install-rhel.sh

@@ -706,6 +706,7 @@ chmod 660 $VESTA/log/*
 rm -f /var/log/vesta
 ln -s $VESTA/log /var/log/vesta
 chmod 770 $VESTA/data/sessions
+chown admin:admin $VESTA/data/sessions
 
 # Generating vesta configuration
 rm -f $VESTA/conf/vesta.conf 2>/dev/null