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

correct path for logging shell

parent 3f573aeb
No related branches found
No related tags found
No related merge requests found
Pipeline #3620 passed
#!/bin/bash
exec 3>&1 4>&2
trap 'exec 2>&4 1>&3' 0 1 2 3
exec 1>/home/log.out 2>&1
exec 1>/papermc/log.out 2>&1
# Everything below will go to the file 'log.out':
# Configuration
......
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