Commit 8b8adc92 authored by Vitaly Lipatov's avatar Vitaly Lipatov

confirm_info: print out question message to /dev/stderr

parent 41e4787e
......@@ -525,7 +525,7 @@ confirm() {
confirm_info()
{
info "$*"
info "$*" >&2
if [ -z "$non_interactive" ] ; then
confirm "Are you sure? [y/N]" || fatal "Exiting"
fi
......
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