소스 검색

Change logrotate config from vesta to hestia.

Raphael Schneeberger 7 년 전
부모
커밋
9d8db9ade6

+ 0 - 0
install/debian/8/logrotate/vesta → install/debian/8/logrotate/hestia


+ 0 - 0
install/debian/9/logrotate/vesta → install/debian/9/logrotate/hestia


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

@@ -735,7 +735,7 @@ echo 'export PATH' >> /root/.bash_profile
 source /root/.bash_profile
 
 # Configuring logrotate for Hestia logs
-cp -f $hestiacp/logrotate/vesta /etc/logrotate.d/hestia
+cp -f $hestiacp/logrotate/hestia /etc/logrotate.d/hestia
 
 # Building directory tree and creating some blank files for hestia
 mkdir -p $HESTIA/conf $HESTIA/log $HESTIA/ssl $HESTIA/data/ips \

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

@@ -732,7 +732,7 @@ echo 'export PATH' >> /root/.bash_profile
 source /root/.bash_profile
 
 # Configuring logrotate for Hestia logs
-cp -f $hestiacp/logrotate/vesta /etc/logrotate.d/hestia
+cp -f $hestiacp/logrotate/hestia /etc/logrotate.d/hestia
 
 # Building directory tree and creating some blank files for Hestia
 mkdir -p $HESTIA/conf $HESTIA/log $HESTIA/ssl $HESTIA/data/ips \

+ 0 - 0
install/ubuntu/14.04/logrotate/vesta → install/ubuntu/14.04/logrotate/hestia


+ 0 - 0
install/ubuntu/16.04/logrotate/vesta → install/ubuntu/16.04/logrotate/hestia


+ 0 - 0
install/ubuntu/18.04/logrotate/vesta → install/ubuntu/18.04/logrotate/hestia