mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +01:00
Creation of the new subfolder needed by c-lightning 0.8
This commit is contained in:
4
dist/setup.sh
vendored
4
dist/setup.sh
vendored
@@ -470,9 +470,9 @@ install_docker() {
|
||||
dockerfile="Dockerfile-alpine"
|
||||
fi
|
||||
|
||||
if [ ! -d $LIGHTNING_DATAPATH ]; then
|
||||
if [ ! -d $LIGHTNING_DATAPATH/bitcoin ]; then
|
||||
step " [32mcreate[0m $LIGHTNING_DATAPATH"
|
||||
sudo_if_required mkdir -p $LIGHTNING_DATAPATH
|
||||
sudo_if_required mkdir -p $LIGHTNING_DATAPATH/bitcoin
|
||||
next
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user