From 1affcf3576f5121a3e9272c50f8e82c1b19c47f9 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Wed, 28 Jun 2017 09:13:34 +1000 Subject: [PATCH] Fix incorrect exit due to uninit status --- tools/arkmanager | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/arkmanager b/tools/arkmanager index 8d11489..56642a8 100755 --- a/tools/arkmanager +++ b/tools/arkmanager @@ -2974,6 +2974,8 @@ showUsage() { main(){ # check the configuration and throw errors or warnings if needed checkConfig + + status=0 while true; do options=( )