Commit f4ecc545 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-play: fix SUDO for play scripts

parent 47eed88d
......@@ -63,6 +63,7 @@ __epm_play_run()
# also we will have DISTRVENDOR there
export PATH=$PROGDIR:$PATH
set_sudo
export SUDO
local bashopt=''
......
......@@ -2,6 +2,7 @@
Allowed variables:
* $EGET (wget like utility)
* $DISTRVENDOR (distro_info utility)
* $SUDO
Allowed command:
* epm (run the same epm called from)
......
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