02-25-2016, 10:23 PM
(This post was last modified: 02-26-2016, 05:13 AM by LogicParrot.)
You need to specify the full path. `./cuberite` is a relative path, and will not work. I don't know what your "default location" is.
If you are not sure what the full path is, do this:
Let's suppose it prints: `/home/minecraft/cuberite/Server`. If so, what you'd need to do is:
su - minecraft -c 'tmux new -d "/home/minecraft/cuberite/Server/Cuberite" '
If you are not sure what the full path is, do this:
cd Server pwd # This will print the full path
Let's suppose it prints: `/home/minecraft/cuberite/Server`. If so, what you'd need to do is:
su - minecraft -c 'tmux new -d "/home/minecraft/cuberite/Server/Cuberite" '