From 84da0690da5b4df0427a4f3d50a99661a81b0a1e Mon Sep 17 00:00:00 2001 From: qtwrk Date: Sun, 14 Mar 2021 03:57:32 +0100 Subject: [PATCH] Update cyberpanel.sh --- cyberpanel.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index b91ceac03..d32fcd787 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1751,6 +1751,9 @@ Post_Install_CN_Replacement() { sed -i 's|wp core download|wp core download https://cyberpanel.sh/wordpress.org/latest.tar.gz|g' /usr/local/CyberCP/plogical/applicationInstaller.py sed -i 's|https://raw.githubusercontent.com/|https://cyberpanel.sh/raw.githubusercontent.com/|g' /usr/local/CyberCP/plogical/applicationInstaller.py sed -i 's|wp plugin install litespeed-cache|wp plugin install https://cyberpanel.sh/downloads.wordpress.org/plugin/litespeed-cache.zip|g' /usr/local/CyberCP/plogical/applicationInstaller.py + +sed -i 's|https://www.litespeedtech.com/|https://cyberpanel.sh/www.litespeedtech.com/|g' /usr/local/CyberCP/serverStatus/serverStatusUtil.py +sed -i 's|http://license.litespeedtech.com/|https://cyberpanel.sh/license.litespeedtech.com/|g' /usr/local/CyberCP/serverStatus/serverStatusUtil.py } echo -e "\nInitializing...\n" @@ -1822,4 +1825,4 @@ Post_Install_Setup_Utility Post_Install_Tweak -Post_Install_Display_Final_Info \ No newline at end of file +Post_Install_Display_Final_Info