Merge pull request #962 from Calyso/stable

Correct Typo in cyberpanel_utility.sh
This commit is contained in:
Usman Nasir
2022-09-18 13:16:17 +05:00
committed by GitHub

View File

@@ -430,7 +430,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
}