Creation of the new subfolder needed by c-lightning 0.8

This commit is contained in:
kexkey
2020-01-08 11:24:32 -05:00
committed by kexkey
parent efbbcca17b
commit f613e921fb

4
dist/setup.sh vendored
View File

@@ -470,9 +470,9 @@ install_docker() {
dockerfile="Dockerfile-alpine"
fi
if [ ! -d $LIGHTNING_DATAPATH ]; then
if [ ! -d $LIGHTNING_DATAPATH/bitcoin ]; then
step " create $LIGHTNING_DATAPATH"
sudo_if_required mkdir -p $LIGHTNING_DATAPATH
sudo_if_required mkdir -p $LIGHTNING_DATAPATH/bitcoin
next
fi