From 4d4167f2fdfe89fe79149562b61465f4664e6479 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 12 Sep 2024 13:33:47 +0200 Subject: [PATCH] Update INSTALL.sh --- version/0.2.9/INSTALL.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/version/0.2.9/INSTALL.sh b/version/0.2.9/INSTALL.sh index c6307a6c..620a910a 100644 --- a/version/0.2.9/INSTALL.sh +++ b/version/0.2.9/INSTALL.sh @@ -1403,7 +1403,9 @@ download_skeleton_directory_from_github(){ echo "Downloading configuration files to ${ETC_DIR}" git clone https://github.com/stefanpejcic/openpanel-configuration ${ETC_DIR} > /dev/null 2>&1 - + # added in 0.2.9 + chmod +x /etc/openpanel/ftp/start_vsftpd.sh + # added in 0.2.6 cp -fr /etc/openpanel/services/floatingip.service ${SERVICES_DIR}floatingip.service > /dev/null 2>&1 systemctl daemon-reload > /dev/null 2>&1