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 8ad50fc commit d43ab38Copy full SHA for d43ab38
install/upgrade/versions/1.3.0.sh
@@ -34,11 +34,11 @@ if [ "$FTP_SYSTEM" == "proftpd" ]; then
34
if [ -e /etc/proftpd/proftpd.conf ]; then
35
rm /etc/proftpd/proftpd.conf
36
fi
37
- if [ -e /etc/proftpd/tlss.conf ]; then
+ if [ -e /etc/proftpd/tls.conf ]; then
38
rm /etc/proftpd/tls.conf
39
40
41
cp -f $HESTIA_INSTALL_DIR/proftpd/proftpd.conf /etc/proftpd/
42
cp -f $HESTIA_INSTALL_DIR/proftpd/tls.conf /etc/proftpd/
43
44
-fi
+fi
0 commit comments