Browse Source

Update INSTALL.sh

Stefan Pejcic 1 year ago
parent
commit
ffb46409f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      version/0.1.8/INSTALL.sh

+ 1 - 0
version/0.1.8/INSTALL.sh

@@ -495,6 +495,7 @@ clean_apt_cache(){
 
 setup_ftp() {
         if [ "$INSTALL_FTP" = true ]; then
+        echo "Installing experimental FTP service."
             curl -sSL https://raw.githubusercontent.com/stefanpejcic/OpenPanel-FTP/master/setup.sh | bash
         fi
 }