From 3f573aebdf6b543c9108fe47fae26ad803ce6f18 Mon Sep 17 00:00:00 2001 From: tmueller <tmueller@cl.uni-heidelberg.de> Date: Tue, 30 Nov 2021 18:38:23 +0000 Subject: [PATCH] Update papermc.sh --- papermc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papermc.sh b/papermc.sh index 9f94fec..f810040 100755 --- a/papermc.sh +++ b/papermc.sh @@ -1,7 +1,7 @@ #!/bin/bash exec 3>&1 4>&2 trap 'exec 2>&4 1>&3' 0 1 2 3 -exec 1>/home/papermc/log.out 2>&1 +exec 1>/home/log.out 2>&1 # Everything below will go to the file 'log.out': # Configuration -- GitLab