Re: [CentOS] CentOS 7 bash perhaps off topic - solved

2018-11-26 Thread Jerry Geis
Thanks... I have enhanced the function of smwebsocket to do the parts of the script that I thought the pipeline was doing... Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 7 bash perhaps off topic

2018-11-26 Thread KM via CentOS
So you are saying that the actual "while read line do ….. done …." is what is failing?Try sending the output of the smwebsocket "$URL" | grep Location so we may see what is being passed to the while read line. Additionally you could use sh -x to execute it and it may show something. You could se