-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Hello!
First time installing and running...
I wasn't able to get only a few data collections to show on web interface.. I look around and found some examples of changing the _parseAndPrint.. but those didnt work I made a slight modification to othere people solutions.. I am also using node.
Commented out code
__parseAndPrint() {
while read data; do
$ECHO -n "$data" | $SED -r 's/\//g' | $TR -d "\n";
done;
}_
New code:
_parseAndPrint() {
while read data; do
$ECHO -n "$data"
done;
}
Looks like everything is now outputing data.
Hope this helps.
Red.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels