Skip to content

Commit d43ab38

Browse files
authored
Update 1.3.0.sh
1 parent 8ad50fc commit d43ab38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade/versions/1.3.0.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ if [ "$FTP_SYSTEM" == "proftpd" ]; then
3434
if [ -e /etc/proftpd/proftpd.conf ]; then
3535
rm /etc/proftpd/proftpd.conf
3636
fi
37-
if [ -e /etc/proftpd/tlss.conf ]; then
37+
if [ -e /etc/proftpd/tls.conf ]; then
3838
rm /etc/proftpd/tls.conf
3939
fi
4040

4141
cp -f $HESTIA_INSTALL_DIR/proftpd/proftpd.conf /etc/proftpd/
4242
cp -f $HESTIA_INSTALL_DIR/proftpd/tls.conf /etc/proftpd/
4343

44-
fi
44+
fi

0 commit comments

Comments
 (0)