commit
767ddc20b1
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ udo() {
|
||||||
|
|
||||||
full_sudo() {
|
full_sudo() {
|
||||||
if [[ ! -w "/root" ]]; then
|
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"
|
has_any_error="true"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue