Commit 11c29917 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-sh-functions: don't warning about sudo

parent a1879673
......@@ -887,7 +887,8 @@ set_distro_info()
test_shell
[ -n "$SUDO_USER" ] && warning "It is not necessary to run epm using sudo."
# TODO: return when we will not ask run under root
#[ -n "$SUDO_USER" ] && warning "It is not necessary to run epm using sudo."
assure_tmpdir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment