We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3de31 commit 155de5bCopy full SHA for 155de5b
1 file changed
install/upgrade/versions/1.5.0.sh
@@ -50,6 +50,7 @@ if [ -L "/var/log/hestia" ]; then
50
cp /usr/local/hestia/log/* /var/log/hestia/
51
rm -rf /usr/local/hestia/log
52
ln -s /var/log/hestia /usr/local/hestia/log
53
+ touch /var/log/hestia/auth.log /var/log/hestia/error.log /var/log/hestia/system.log /var/log/hestia/nginx-error.log /var/log/hestia/nginx-access.log
54
fi
55
56
if [ -d "/var/log/roundcube" ]; then
0 commit comments