Correct Typo in cyberpanel_utility.sh

This commit is contained in:
Calyso 2022-09-06 13:39:27 -04:00 committed by GitHub
parent 4ce83cb4b0
commit 798a481e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
}