mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-24 07:07:46 +01:00
6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
. `dirname $0`/vars.sh
|
|
|
|
$CLI stop
|
|
sleep 1 # Make sure socket is closed.
|