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