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:
parent
6d72ae3fdf
commit
1f1fae1dfb
|
|
@ -72,7 +72,7 @@ main() {
|
||||||
echo "Final Valheim parameters to run: $params"
|
echo "Final Valheim parameters to run: $params"
|
||||||
|
|
||||||
# Starting the server:
|
# Starting the server:
|
||||||
box64 /root/valheim_server/valheim_server.x86_64 $params
|
box64 ./valheim_server.x86_64 $params
|
||||||
}
|
}
|
||||||
|
|
||||||
getparams
|
getparams
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue