From 9d1bea8a24c23a091dd753dd918ccebf690997bc Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 11 Apr 2025 15:18:49 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 4f52b8c6..c21519c9 100644 --- a/install.sh +++ b/install.sh @@ -1405,6 +1405,8 @@ download_skeleton_directory_from_github(){ radovan 1 "Downloading configuration files from GitHub failed after $MAX_RETRIES attempts, main conf file ${CONFIG_FILE} is missing." fi + # added in 1.2.1 + chmod a+x ${ETC_DIR}wordpress/wp-cli.phar # added in 0.2.9 chmod +x /etc/openpanel/ftp/start_vsftpd.sh