Skip to content

Commit 11341c4

Browse files
committed
Fix bug in install script
1 parent a485de8 commit 11341c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ if [ "$exim" = 'yes' ]; then
15931593
gpasswd -a Debian-exim mail > /dev/null 2>&1
15941594
exim_version=$(exim4 --version | head -1 | awk '{print $3}' | cut -f -2 -d .);
15951595
if [ "$exim_version" = "4.94" ]; then
1596-
cp -f $HESTIA_INSTALL_DIR/exim/exim4.conf.4.94.template /etc/exim/exim4.conf.template
1596+
cp -f $HESTIA_INSTALL_DIR/exim/exim4.conf.4.94.template /etc/exim4/exim4.conf.template
15971597
else
15981598
cp -f $HESTIA_INSTALL_DIR/exim/exim4.conf.template /etc/exim4/
15991599
fi

0 commit comments

Comments
 (0)