mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-29 11:11:47 +01:00
cl feeadjuster: fix off option #2888
This commit is contained in:
parent
7a7693caa6
commit
f65adc3a1f
@ -11,10 +11,10 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ];then
|
||||
fi
|
||||
|
||||
source <(/home/admin/config.scripts/network.aliases.sh getvars cl $2)
|
||||
plugin="feeadjuster"
|
||||
|
||||
if [ "$1" = "on" ];then
|
||||
|
||||
plugin="feeadjuster"
|
||||
if [ ! -f "/home/bitcoin/cl-plugins-available/plugins/${plugin}/${plugin}.py" ]; then
|
||||
cd /home/bitcoin/cl-plugins-available || exit 1
|
||||
sudo -u bitcoin git clone https://github.com/lightningd/plugins.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user