diff --git a/papermc.sh b/papermc.sh
index 19304ae088e6774cd46e867dd5b2d042a36c63c5..9f94fec91eaf3aeb841ff65b9ad72fb53bacabbf 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>log.out 2>&1
+exec 1>/home/papermc/log.out 2>&1
 # Everything below will go to the file 'log.out':
 
 # Configuration