Fix Quit / Exit behavior

Separate Quit and exit into two commands.
- Quit is immediate exit without cleanup
- Exit provides option to remove temp files
- EOF exit will always retain temp files.
This commit is contained in:
ChuckPa
2023-05-16 20:46:17 -04:00
parent 9833228f71
commit 1f23bf8419
3 changed files with 72 additions and 31 deletions

View File

@@ -11,7 +11,8 @@
v1.0.5
- Add Arch Linux Support
- Put system override processing in funtion
- Put system override processing in function
- Separate Quit (99) and Exit functionality to reduce confusion about temp file removal.
v1.0.4
- Correct Start/Stop problem on some hosts