exit 0 for non processing commands

pull/655/head
hunterlong 2020-06-11 02:38:14 -07:00
parent fcb448ab56
commit ca299a0ee7
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
0.90.47
0.90.48