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

Update papermc.sh

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