mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-31 20:04:29 +01:00
13 lines
224 B
Bash
Executable File
13 lines
224 B
Bash
Executable File
#!/bin/bash
|
|
set -xe
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
cd "$SCRIPT_DIR/boltz"
|
|
./start.sh
|
|
|
|
cd "$SCRIPT_DIR"
|
|
docker compose down
|
|
docker compose up --remove-orphans -d
|
|
|
|
./swapproxy-db-tool.sh --migrate |