From 775cbebc081b6087b48d88396fe870408a0e6e1d Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 4 Aug 2025 00:15:54 +0500 Subject: [PATCH] bug fix --- cyberpanel_upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cyberpanel_upgrade.sh b/cyberpanel_upgrade.sh index 51cef42dc..2199a4238 100644 --- a/cyberpanel_upgrade.sh +++ b/cyberpanel_upgrade.sh @@ -4,6 +4,7 @@ #set -x #set -u + #CyberPanel installer script for CentOS 7, CentOS 8, CloudLinux 7, AlmaLinux 8, RockyLinux 8, Ubuntu 18.04, Ubuntu 20.04, Ubuntu 20.10, openEuler 20.03 and openEuler 22.03 #For whoever may edit this script, please follow: #Please use Pre_Install_xxx() and Post_Install_xxx() if you want to something respectively before or after the panel installation