mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix error parsing
This commit is contained in:
parent
a82127c8e0
commit
23bba493dd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ if [ ${bitcoinRunning} -eq 1 ]; then
|
|||
if [ ${#bitcoinError} -gt 0 ]; then
|
||||
bitcoinErrorShort=$(echo ${bitcoinError/error*:/} | sed 's/[^a-zA-Z0-9 ]//g')
|
||||
echo "bitcoinErrorShort='${bitcoinErrorShort}'"
|
||||
bitcoinErrorFull=(echo ${bitcoinError} | sed 's/[^a-zA-Z0-9 ]//g')
|
||||
bitcoinErrorFull=$(echo ${bitcoinError} | sed 's/[^a-zA-Z0-9 ]//g')
|
||||
echo "bitcoinErrorFull='${bitcoinErrorFull}'"
|
||||
else
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue