Skip to content

Commit 45893f0

Browse files
authored
Linux Dash doen't load all widgets with python.
1 parent 497c573 commit 45893f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/linux_json_api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PS=$(type -P ps)
1212

1313
_parseAndPrint() {
1414
while read data; do
15-
$ECHO -n "$data" | $SED -r "s/\"/\\\\\"/g" | $TR -d "\n";
15+
$ECHO -n "$data" | $SED -r 's/\\//g' | $TR -d "\n";
1616
done;
1717
}
1818

0 commit comments

Comments
 (0)