Skip to content

Commit 9d8db9a

Browse files
committed
Change logrotate config from vesta to hestia.
1 parent e2979f5 commit 9d8db9a

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ echo 'export PATH' >> /root/.bash_profile
735735
source /root/.bash_profile
736736

737737
# Configuring logrotate for Hestia logs
738-
cp -f $hestiacp/logrotate/vesta /etc/logrotate.d/hestia
738+
cp -f $hestiacp/logrotate/hestia /etc/logrotate.d/hestia
739739

740740
# Building directory tree and creating some blank files for hestia
741741
mkdir -p $HESTIA/conf $HESTIA/log $HESTIA/ssl $HESTIA/data/ips \

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ echo 'export PATH' >> /root/.bash_profile
732732
source /root/.bash_profile
733733

734734
# Configuring logrotate for Hestia logs
735-
cp -f $hestiacp/logrotate/vesta /etc/logrotate.d/hestia
735+
cp -f $hestiacp/logrotate/hestia /etc/logrotate.d/hestia
736736

737737
# Building directory tree and creating some blank files for Hestia
738738
mkdir -p $HESTIA/conf $HESTIA/log $HESTIA/ssl $HESTIA/data/ips \

0 commit comments

Comments
 (0)