From ca299a0ee75cf738c313e11151b4b7b3c211267c Mon Sep 17 00:00:00 2001 From: hunterlong Date: Thu, 11 Jun 2020 02:38:14 -0700 Subject: [PATCH] exit 0 for non processing commands --- CHANGELOG.md | 4 ++++ version.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ca4d17..c3735a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.90.48 (06-11-2020) +- Modified shutdown routine to make command exit with code 0 +- Modified install.sh for correct installation + # 0.90.47 (06-10-2020) - Fixed Urgent bug taking 100% of CPU (Timer) - Modified HTTP server, now in it's own go routine/channel diff --git a/version.txt b/version.txt index 99b44ac5..f126da28 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.90.47 +0.90.48