From ddc448366d520351f10540e8438b04255bdf1994 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 May 2020 21:55:35 +0000 Subject: [PATCH] Now set up for use as non-root --- README.md | 2 +- minetest | 2 +- startminetest | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d88f023..a9c301d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/minetest b/minetest index 43f8390..2310712 100755 --- a/minetest +++ b/minetest @@ -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 "") diff --git a/startminetest b/startminetest index d265772..5dcfe07 100755 --- a/startminetest +++ b/startminetest @@ -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...