mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
fix
This commit is contained in:
parent
009bf103a4
commit
ae4ab3463b
4
inxi
4
inxi
|
@ -334,7 +334,7 @@ script_debugger()
|
||||||
print_screen_output()
|
print_screen_output()
|
||||||
{
|
{
|
||||||
#local print_data="$( echo -e "$1" )"
|
#local print_data="$( echo -e "$1" )"
|
||||||
local print_data=""
|
local print_data="$( echo -e "$1" )"
|
||||||
|
|
||||||
if [[ $DEBUG -gt 5 ]];then
|
if [[ $DEBUG -gt 5 ]];then
|
||||||
if [[ $KONVI -eq 1 ]];then
|
if [[ $KONVI -eq 1 ]];then
|
||||||
|
@ -347,7 +347,7 @@ print_screen_output()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $KONVI -eq 1 ]];then
|
if [[ $KONVI -eq 1 ]];then
|
||||||
dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$( echo -e $1 )"
|
dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$print_data"
|
||||||
else
|
else
|
||||||
echo -e "$print_data\n"
|
echo -e "$print_data\n"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue