Skip to content
Snippets Groups Projects
Commit 8a7972a0 authored by tmueller's avatar tmueller
Browse files

add logging for easier debugging

parent 655d5784
No related branches found
No related tags found
No related merge requests found
Pipeline #3408 passed
#!/bin/bash
exec 3>&1 4>&2
trap 'exec 2>&4 1>&3' 0 1 2 3
exec 1>log.out 2>&1
# Everything below will go to the file 'log.out':
# Configuration
PAPER_URL=https://papermc.io/api/v2/projects/paper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment