forked from mirrors/nixpkgs
minetest-server module: fix executable path
This commit is contained in:
parent
3373ef1349
commit
6067eddf83
|
@ -97,7 +97,7 @@ in
|
|||
script = ''
|
||||
cd /var/lib/minetest
|
||||
|
||||
exec ${pkgs.minetest}/bin/minetestserver ${concatStrings flags}
|
||||
exec ${pkgs.minetest}/bin/minetest --server ${concatStrings flags}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue