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