From c4a887b85a1f1f9a3b07a7b8eb1c2c7514baed93 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 16 Jan 2019 11:27:02 -0700 Subject: [PATCH] formatting --- qnadmin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qnadmin b/qnadmin index 163947f..5883ca1 100755 --- a/qnadmin +++ b/qnadmin @@ -261,17 +261,17 @@ MaintenanceMenu () { echo " d : Start DTMF" fi if [[ "${ModuleState[0]}" == 'running' ]]; then - echo " a : Stop Module A" + echo " a : Stop Module A" elif [[ "${ModuleState[0]}" == 'stopped' ]]; then echo " a : Start Module A" fi if [[ "${ModuleState[1]}" == 'running' ]]; then - echo " b : Stop Module B" + echo " b : Stop Module B" elif [[ "${ModuleState[1]}" == 'stopped' ]]; then echo " b : Start Module B" fi if [[ "${ModuleState[2]}" == 'running' ]]; then - echo " c : Stop Module C" + echo " c : Stop Module C" elif [[ "${ModuleState[2]}" == 'stopped' ]]; then echo " c : Start Module C" fi