This commit is contained in:
2019-02-06 09:35:25 -06:00
parent 60a6485c6e
commit a7d82bce89
2 changed files with 79 additions and 8 deletions

View File

@@ -25,6 +25,14 @@ NM_SERVICES['cmon']='CC-Controller'
NM_SERVICES['cmon-events']='CC-Events Manager'
NM_SERVICES['cmon-cloud']='CC-Cloud Daemon'
declare -A NM_SRVCOPTS
NM_SRVCOPTS['start']='Start'
NM_SRVCOPTS['stop']='Stopp'
NM_SRVCOPTS['restart']='Restart'
NM_SRVCOPTS['reload']='Reload'
NM_SRVCOPTS['enable']='Enabl'
NM_SRVCOPTS['disable']='Disabl'
DISP_HEADER(){
if [ "$1" = true ]; then
clear