We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12efa5 commit 7b24809Copy full SHA for 7b24809
install/hst-install-ubuntu.sh
@@ -705,8 +705,9 @@ touch $HESTIA/conf/hestia.conf
705
chmod 660 $HESTIA/conf/hestia.conf
706
707
# Symlink to Vesta for compatibilty
708
-ln -s /usr/local/hestia /usr/local/vesta
709
-ln -s /usr/local/hestia/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
+ln -s $HESTIA /usr/local/vesta
+ln -s $HESTIA/log /var/log/vesta
710
+ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
711
ln -s /etc/profile.d/hestia.sh /etc/profile.d/vesta.sh
712
713
# Web stack
0 commit comments