Serghey Rodin пре 10 година
родитељ
комит
ad9c035f8c
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      install/vst-install-debian.sh
  2. 1 1
      install/vst-install-rhel.sh
  3. 1 1
      install/vst-install-ubuntu.sh

+ 1 - 1
install/vst-install-debian.sh

@@ -650,7 +650,7 @@ touch $VESTA/data/queue/backup.pipe $VESTA/data/queue/disk.pipe \
     $VESTA/log/nginx-error.log $VESTA/log/auth.log
 chmod 750 $VESTA/conf $VESTA/data/users $VESTA/data/ips $VESTA/log
 chmod -R 750 $VESTA/data/queue
-chmod 660 /var/log/vesta/*
+chmod 660 $VESTA/log/*
 rm -f /var/log/vesta
 ln -s /usr/local/vesta/log /var/log/vesta
 

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

@@ -684,7 +684,7 @@ touch $VESTA/data/queue/backup.pipe $VESTA/data/queue/disk.pipe \
     $VESTA/log/nginx-error.log $VESTA/log/auth.log
 chmod 750 $VESTA/conf $VESTA/data/users $VESTA/data/ips $VESTA/log
 chmod -R 750 $VESTA/data/queue
-chmod 660 /var/log/vesta/*
+chmod 660 $VESTA/log/*
 rm -f /var/log/vesta
 ln -s /usr/local/vesta/log /var/log/vesta
 

+ 1 - 1
install/vst-install-ubuntu.sh

@@ -642,7 +642,7 @@ touch $VESTA/data/queue/backup.pipe $VESTA/data/queue/disk.pipe \
     $VESTA/log/nginx-error.log $VESTA/log/auth.log
 chmod 750 $VESTA/conf $VESTA/data/users $VESTA/data/ips $VESTA/log
 chmod -R 750 $VESTA/data/queue
-chmod 660 /var/log/vesta/*
+chmod 660 $VESTA/log/*
 rm -f /var/log/vesta
 ln -s /usr/local/vesta/log /var/log/vesta