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