mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-06 21:14:20 +01:00
minor fixes after CR by Kexkey
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,5 +2,4 @@
|
||||
.vscode
|
||||
dist/**
|
||||
!dist/setup.sh
|
||||
!dist/sr.sh
|
||||
!dist/.env
|
||||
!dist/sr.sh
|
||||
@@ -246,7 +246,7 @@ services:
|
||||
proxycron:
|
||||
image: cyphernode/proxycron:<%= proxycron_version %>
|
||||
env_file:
|
||||
- ./.env/proxycron.env
|
||||
- .env/proxycron.env
|
||||
networks:
|
||||
- cyphernodenet
|
||||
depends_on:
|
||||
|
||||
6
dist/setup.sh
vendored
6
dist/setup.sh
vendored
@@ -474,6 +474,12 @@ install_docker() {
|
||||
next
|
||||
fi
|
||||
|
||||
if [ ! -d $current_path/.env ]; then
|
||||
step " <20>[32mcreate<74>[0m $current_path/.env"
|
||||
sudo_if_required mkdir -p $current_path/.env
|
||||
next
|
||||
fi
|
||||
|
||||
copy_file $cyphernodeconf_filepath/installer/config.sh $PROXY_DATAPATH/config.sh 1 $SUDO_REQUIRED
|
||||
copy_file $cyphernodeconf_filepath/cyphernode/info.json $PROXY_DATAPATH/info.json 1 $SUDO_REQUIRED
|
||||
copy_file $cyphernodeconf_filepath/postgres/pgpass $PROXY_DATAPATH/pgpass 1 $SUDO_REQUIRED
|
||||
|
||||
Reference in New Issue
Block a user