From e4ed3ba3c5b604e84eeaee5cd65913960ef23fec Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 28 Dec 2017 15:09:43 +0200 Subject: [PATCH] added chown back for $VESTA/data/sessions --- install/vst-install-rhel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index 01528d35..70d7fbae 100755 --- a/install/vst-install-rhel.sh +++ b/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