浏览代码

Update INSTALL.sh

Stefan Pejcic 1 年之前
父节点
当前提交
ffb46409f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 }