From d6d2c7562c6148002331e32911e83748d43ae70f Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 26 Jul 2024 21:55:52 -0700 Subject: [PATCH 1/2] Fix bad markup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02e87a2..fdf7336 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project started when the Linux DayZ server was released for DayZ experiment * [DayZ Expansion Groups](https://steamcommunity.com/sharedfiles/filedetails/?id=2792983364) * The save file becomes corrupted and when the server restarts so the changes do not persist. * There are other bugs: - * (Server doesn't stop with SIGTERM)[https://feedback.bistudio.com/T170721] + * [Server doesn't stop with SIGTERM](https://feedback.bistudio.com/T170721) This project is a work in progress: See the [roadmap](ROADMAP.md). From 119960773d415141774889c5bfbaaa74553aec9d Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 26 Jul 2024 22:30:39 -0700 Subject: [PATCH 2/2] Merge from main. --- web/bin/dz | 1 + web/bin/start.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/bin/dz b/web/bin/dz index 9e70838..de66a8b 100755 --- a/web/bin/dz +++ b/web/bin/dz @@ -122,6 +122,7 @@ add(){ symlink 1 ${1} "${MODNAME}" echo -e "Mod id ${1} - ${green}${MODNAME}${default} - added" xml ${ID} + map ${ID} } # Remove a mod diff --git a/web/bin/start.sh b/web/bin/start.sh index 2e2e230..a5d6ade 100755 --- a/web/bin/start.sh +++ b/web/bin/start.sh @@ -4,7 +4,7 @@ if ! echo .bashrc | grep -q "dz-web" then echo "Adding PS1 to .bashrc..." - cat >> .bashrc < .bashrc <