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

reverting logging

parent d83b15d3
No related branches found
No related tags found
No related merge requests found
Pipeline #3621 passed
#!/bin/bash
exec 3>&1 4>&2
trap 'exec 2>&4 1>&3' 0 1 2 3
exec 1>/papermc/log.out 2>&1
# exec 3>&1 4>&2
# trap 'exec 2>&4 1>&3' 0 1 2 3
# 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