mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
BBcashoutWallet: fix variable #2828
This commit is contained in:
parent
d78d35b4ec
commit
81621071bd
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ echo "Sweep all possible Funds"
|
|||
echo "******************************"
|
||||
|
||||
# raise high focus on onchain wallet balance & pending for the next 15min
|
||||
/home/admin/_cache.sh focus ln_${LNTYPE}_${$chain}net_wallet_onchain_pending 0 900
|
||||
/home/admin/_cache.sh focus ln_${LNTYPE}_${$chain}net_wallet_onchain_balance 0 900
|
||||
/home/admin/_cache.sh focus ln_${LNTYPE}_${chain}net_wallet_onchain_pending 0 900
|
||||
/home/admin/_cache.sh focus ln_${LNTYPE}_${chain}net_wallet_onchain_balance 0 900
|
||||
|
||||
# execute command
|
||||
if [ ${LNTYPE} = "cl" ];then
|
||||
|
|
Loading…
Add table
Reference in a new issue