Print additional infos about errors to std_out.
This commit is contained in:
@ -41,6 +41,12 @@ echononl(){
|
||||
fi
|
||||
rm /tmp/shprompt$$
|
||||
}
|
||||
|
||||
print_error_stdout() {
|
||||
echo -e -n "\n Host: ${srcHost}\n Error: $*" 1>&2
|
||||
echo ""
|
||||
}
|
||||
|
||||
#
|
||||
#
|
||||
fatal(){
|
||||
|
Reference in New Issue
Block a user