Skip to content

Commit ad9c035

Browse files
committed
updated log location
1 parent 0c0b039 commit ad9c035

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ touch $VESTA/data/queue/backup.pipe $VESTA/data/queue/disk.pipe \
650650
$VESTA/log/nginx-error.log $VESTA/log/auth.log
651651
chmod 750 $VESTA/conf $VESTA/data/users $VESTA/data/ips $VESTA/log
652652
chmod -R 750 $VESTA/data/queue
653-
chmod 660 /var/log/vesta/*
653+
chmod 660 $VESTA/log/*
654654
rm -f /var/log/vesta
655655
ln -s /usr/local/vesta/log /var/log/vesta
656656

install/vst-install-rhel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ touch $VESTA/data/queue/backup.pipe $VESTA/data/queue/disk.pipe \
684684
$VESTA/log/nginx-error.log $VESTA/log/auth.log
685685
chmod 750 $VESTA/conf $VESTA/data/users $VESTA/data/ips $VESTA/log
686686
chmod -R 750 $VESTA/data/queue
687-
chmod 660 /var/log/vesta/*
687+
chmod 660 $VESTA/log/*
688688
rm -f /var/log/vesta
689689
ln -s /usr/local/vesta/log /var/log/vesta
690690

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ touch $VESTA/data/queue/backup.pipe $VESTA/data/queue/disk.pipe \
642642
$VESTA/log/nginx-error.log $VESTA/log/auth.log
643643
chmod 750 $VESTA/conf $VESTA/data/users $VESTA/data/ips $VESTA/log
644644
chmod -R 750 $VESTA/data/queue
645-
chmod 660 /var/log/vesta/*
645+
chmod 660 $VESTA/log/*
646646
rm -f /var/log/vesta
647647
ln -s /usr/local/vesta/log /var/log/vesta
648648

0 commit comments

Comments
 (0)