From 81621071bd2f099cf28a3b7e6ac31d4014ecbd8f Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 20 Dec 2021 19:26:34 +0000 Subject: [PATCH] BBcashoutWallet: fix variable #2828 --- home.admin/BBcashoutWallet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/BBcashoutWallet.sh b/home.admin/BBcashoutWallet.sh index 774a6cb78..4e89fe826 100755 --- a/home.admin/BBcashoutWallet.sh +++ b/home.admin/BBcashoutWallet.sh @@ -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