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