Merge pull request #893 from Bornunique911/patch-1

Update lib-core.sh
This commit is contained in:
Vince
2023-07-10 00:14:54 +08:00
committed by GitHub

View File

@@ -721,7 +721,7 @@ udo() {
full_sudo() {
if [[ ! -w "/root" ]]; then
prompt -e "ERROR: '${1}' needs a root priviledge. Please run this '${0}' as root"
prompt -e "ERROR: '${1}' needs a root privilege. Please run this '${0}' as root"
has_any_error="true"
fi
}