Browse Source

Update 1.3.0.sh

Jaap Marcus 5 years ago
parent
commit
d43ab38b25
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install/upgrade/versions/1.3.0.sh

+ 2 - 2
install/upgrade/versions/1.3.0.sh

@@ -34,11 +34,11 @@ if [ "$FTP_SYSTEM" == "proftpd" ]; then
     if [ -e  /etc/proftpd/proftpd.conf ]; then
         rm /etc/proftpd/proftpd.conf
     fi
-    if [ -e  /etc/proftpd/tlss.conf ]; then
+    if [ -e  /etc/proftpd/tls.conf ]; then
         rm /etc/proftpd/tls.conf
     fi
     
     cp -f $HESTIA_INSTALL_DIR/proftpd/proftpd.conf /etc/proftpd/
     cp -f $HESTIA_INSTALL_DIR/proftpd/tls.conf /etc/proftpd/
     
-fi
+fi