Commit fd5c5015 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: set timeout for 2 secs

parent 83e80768
......@@ -406,7 +406,7 @@ done
# if input is not console and run script from file, get pkgs from stdin too
if ! inputisatty && [ -n "$PROGDIR" ] ; then
for opt in $(withtimeout 1 cat) ; do
for opt in $(withtimeout 2 cat) ; do
# FIXME: do not work
# workaround against # yes | epme
[ "$opt" = "y" ] && break;
......
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