mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
mark change
This commit is contained in:
parent
6012cbfbbf
commit
9d0f835dbf
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,7 @@ fi
|
|||
choice="off"; check=$(echo "${CHOICES}" | grep -c "m")
|
||||
if [ ${check} -eq 1 ]; then choice="on"; fi
|
||||
if [ "${lndNode}" != "${choice}" ]; then
|
||||
anychange=1
|
||||
echo "# LND NODE Setting changed .."
|
||||
if [ "${choice}" = "on" ]; then
|
||||
echo "# turning ON"
|
||||
|
@ -382,6 +383,7 @@ fi
|
|||
choice="off"; check=$(echo "${CHOICES}" | grep -c "n")
|
||||
if [ ${check} -eq 1 ]; then choice="on"; fi
|
||||
if [ "${lndNode}" != "${choice}" ]; then
|
||||
anychange=1
|
||||
echo "# C-Lightning NODE Setting changed .."
|
||||
if [ "${choice}" = "on" ]; then
|
||||
echo "# turning ON"
|
||||
|
|
Loading…
Add table
Reference in a new issue