mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 08:04:26 +01:00
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#! /bin/sh -e
|
|
|
|
. `dirname $0`/vars.sh
|
|
|
|
$CLI stop
|
|
sleep 1 # Make sure socket is closed.
|