From 798a481e12775105368ca83dd4afa6bf8d452e65 Mon Sep 17 00:00:00 2001 From: Calyso Date: Tue, 6 Sep 2022 13:39:27 -0400 Subject: [PATCH] Correct Typo in cyberpanel_utility.sh --- cyberpanel_utility.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel_utility.sh b/cyberpanel_utility.sh index 779d2b740..9573470e9 100644 --- a/cyberpanel_utility.sh +++ b/cyberpanel_utility.sh @@ -432,7 +432,7 @@ sudo_check() { echo -e "\nYou must use root user to use CyberPanel Utility..." exit else - echo -e "\nYou are runing as root..." + echo -e "\nYou are running as root..." fi }