From ffb46409f6a91145a8bafd3f3e3d5c587dfa29bb Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 23 May 2024 16:23:57 +0200 Subject: [PATCH] Update INSTALL.sh --- version/0.1.8/INSTALL.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/version/0.1.8/INSTALL.sh b/version/0.1.8/INSTALL.sh index b9672f6..e0f263c 100644 --- a/version/0.1.8/INSTALL.sh +++ b/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 }