Commit e4a22f63 authored by Vitaly Lipatov's avatar Vitaly Lipatov

assure_root: add missed set_sudo

parent 749001f7
......@@ -405,6 +405,7 @@ confirm_info()
assure_root()
{
set_sudo
[ "$EFFUID" = 0 ] || fatal "run me only under root"
}
......
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