Valheim server executable in the correct path

The box64 does not run if I use the full path for the executable.
This commit is contained in:
Tranko 2022-01-04 21:37:42 +00:00 committed by GitHub
parent 6d72ae3fdf
commit 1f1fae1dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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