mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#1435 recheck lndconnect install
This commit is contained in:
parent
2db4b23cb9
commit
8494d195ec
1 changed files with 13 additions and 0 deletions
|
@ -45,6 +45,19 @@ else
|
|||
echo "# lndconnect is already installed"
|
||||
fi
|
||||
|
||||
# recheck if install worked
|
||||
isInstalled=$(lndconnect -h 2>/dev/null | grep "nocert" -c)
|
||||
if [ $isInstalled -eq 0 ]; then
|
||||
echo ""
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
echo "FAIL: Was not able to install/build lndconnect"
|
||||
echo "Retry later or report to developers with logs above."
|
||||
lndconnect -h
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
read key
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#### CHECK IF IP2TOR BRIDGES ARE AVAILABLE
|
||||
ip2torREST_IP=""
|
||||
ip2torREST_PORT=""
|
||||
|
|
Loading…
Add table
Reference in a new issue