Now set up for use as non-root

master
root 2020-05-29 21:55:35 +00:00
parent 63e0b4bea5
commit ddc448366d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Minetest Startup Scripts (2.1.0)
# Minetest Startup Scripts (2.2.0)
Startup scripts for the Minetest sandbox software - uses the "screen" command to manage session. This also restarts the Minetest process if it crashes.
Official support sites: [Official Github Repo](https://github.com/fstltna/MinetestStartup) - [Official Forum](https://minecity.online/index.php/forum/startup-scripts) - [Official Download Area](https://minecity.online/index.php/downloads/category/5-server-tools)

View File

@ -27,7 +27,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
my $MINETESTDIR = "/root/minetest";
my $MINETESTDIR = "/home/mtowner/minetest";
my $Command = $ARGV[0];
if ($Command eq "")

View File

@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
my $MINETESTDIR = "/root/minetest";
my $MINETESTDIR = "/home/mtowner/minetest";
my $SCREENCMD = "/usr/bin/screen";
# No changes below here...