mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
test
This commit is contained in:
parent
1dcf47bdba
commit
009bf103a4
5
inxi
5
inxi
|
@ -333,7 +333,8 @@ script_debugger()
|
||||||
# for dcop to work, must use 'say' operator, AND colors must be evaluated by echo -e
|
# for dcop to work, must use 'say' operator, AND colors must be evaluated by echo -e
|
||||||
print_screen_output()
|
print_screen_output()
|
||||||
{
|
{
|
||||||
local print_data="$( echo -e "$1" )"
|
#local print_data="$( echo -e "$1" )"
|
||||||
|
local print_data=""
|
||||||
|
|
||||||
if [[ $DEBUG -gt 5 ]];then
|
if [[ $DEBUG -gt 5 ]];then
|
||||||
if [[ $KONVI -eq 1 ]];then
|
if [[ $KONVI -eq 1 ]];then
|
||||||
|
@ -346,7 +347,7 @@ print_screen_output()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $KONVI -eq 1 ]];then
|
if [[ $KONVI -eq 1 ]];then
|
||||||
dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$print_data"
|
dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$( echo -e $1 )"
|
||||||
else
|
else
|
||||||
echo -e "$print_data\n"
|
echo -e "$print_data\n"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue