Skip to content

Commit

Permalink
Tar output.
Browse files Browse the repository at this point in the history
  • Loading branch information
farscapian committed Feb 16, 2024
1 parent 2d97f38 commit d3301a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ COLORS_FILE_PATH="$COLORS_FILE_PATH"
# node image
NODE_BASE_DOCKER_IMAGE_NAME="node:21.6.1"

# Plugins
# CLN plugins
DEPLOY_PRISM_PLUGIN=false
DEPLOY_RECKLESS_WRAPPER_PLUGIN=false
DEPLOY_LNPLAYLIVE_PLUGIN=false
DEPLOY_CLBOSS_PLUGIN=false

# incus stuff for lnplaylive
# incus stuff for lnplaylive cln plugin
LNPLAY_INCUS_FQDN_PORT=
INCUS_CERT_TRUST_TOKEN=
LNPLAY_INCUS_HOSTMAPPINGS=
Expand Down
4 changes: 4 additions & 0 deletions show_cln_uris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,8 @@ done

if [ "$PRODUCE_QR_CODE" = true ]; then
./qr_to_pdf.sh

# now archive this up.
OUTPUT_FILE="$HOME/lnplay_output_${BACKEND_FQDN}.tar.gz"
tar -cvf "$OUTPUT_FILE" "$LNPLAY_SERVER_PATH"
fi

0 comments on commit d3301a1

Please sign in to comment.