Commit e390f413 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-sh-functions: wait after error when under screen

parent b8bb3512
...@@ -277,6 +277,7 @@ fatal() ...@@ -277,6 +277,7 @@ fatal()
# else # else
# echog "Error in $0: $@" >&2 # echog "Error in $0: $@" >&2
fi fi
# [ "$TERM" = "screen" ] && echo "(screen detected: waiting ten seconds to exit ...)" >&2 && sleep 10
exit 1 exit 1
} }
......
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