This commit is contained in:
AaronDewes 2022-11-07 18:50:07 +00:00
parent 9e772db93f
commit 048171aff3
4 changed files with 4 additions and 12 deletions

3
.gitignore vendored
View File

@ -21,8 +21,6 @@ db/*
statuses/* statuses/*
app-data app-data
apps apps
electrs/*
fulcrum/*
nginx/* nginx/*
i2p/* i2p/*
docker-compose.override.yml docker-compose.override.yml
@ -43,7 +41,6 @@ db/citadel-seed/*
!db/.gitkeep !db/.gitkeep
!nginx/.gitkeep !nginx/.gitkeep
!i2p/.gitkeep !i2p/.gitkeep
!fulcrum/.gitkeep
!**/*.license !**/*.license
services/installed.json services/installed.json

View File

@ -376,19 +376,14 @@ if [[ "$command" = "configure" ]]; then
fi fi
if [[ "$2" = "electrs" ]]; then if [[ "$2" = "electrs" ]]; then
edit_file $CITADEL_ROOT/templates/electrs-sample.toml edit_file $CITADEL_ROOT/app-data/electrs/electrs.toml
prompt_apply_config electrum true prompt_apply_config electrs-service-1 true
exit exit
fi fi
if [[ "$2" = "fulcrum" ]]; then if [[ "$2" = "fulcrum" ]]; then
if $persist; then edit_file $CITADEL_ROOT/app-date/fulcrum/fulcrum.conf
edit_file $CITADEL_ROOT/templates/fulcrum-sample.conf prompt_apply_config fulcrum-service-1 true
prompt_apply_config electrum true
else
edit_file $CITADEL_ROOT/fulcrum/fulcrum.conf
prompt_apply_config electrum false
fi
exit exit
fi fi

View File

View File