From fde595c198589b65697c92864ca5834cbe3c3ad6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 21 Jan 2025 12:09:31 +0100 Subject: [PATCH] Update install.sh --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install.sh b/install.sh index 24970475..d442a8e0 100644 --- a/install.sh +++ b/install.sh @@ -1327,6 +1327,10 @@ 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 + +# for 1.0.0 only! +cp /etc/openpanel/openadmin/config/1.0.0/services.json /etc/openpanel/openadmin/config/services.json + # added in 0.2.9 chmod +x /etc/openpanel/ftp/start_vsftpd.sh @@ -1335,6 +1339,9 @@ download_skeleton_directory_from_github(){ systemctl daemon-reload > /dev/null 2>&1 service floatingip start > /dev/null 2>&1 systemctl enable floatingip > /dev/null 2>&1 + + + }