Correct Typo in cyberpanel_utility.sh

This commit is contained in:
Calyso
2022-09-06 13:39:27 -04:00
committed by GitHub
parent 713bf8e7a7
commit f1aed969bd

View File

@@ -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
}