From 1f1fae1dfbe5fa5578945b40bed2010338a8b51c Mon Sep 17 00:00:00 2001 From: Tranko <37229415+thorkseng@users.noreply.github.com> Date: Tue, 4 Jan 2022 21:37:42 +0000 Subject: [PATCH] Valheim server executable in the correct path The box64 does not run if I use the full path for the executable. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 401bfc3..b01e0a3 100644 --- a/bootstrap +++ b/bootstrap @@ -72,7 +72,7 @@ main() { echo "Final Valheim parameters to run: $params" # Starting the server: - box64 /root/valheim_server/valheim_server.x86_64 $params + box64 ./valheim_server.x86_64 $params } getparams