Update defaults.inc
This commit is contained in:
10
defaults.inc
10
defaults.inc
@@ -43,11 +43,11 @@ REPL_CHECKS['git']='/var/lib/gitea'
|
||||
REPL_CHECKS['gitssh']='/home/git'
|
||||
|
||||
declare -A REPL_DESC
|
||||
REPL_DESC['nginx']= 'NGINX Settings'
|
||||
REPL_DESC['ssl']= 'SSL Certificates'
|
||||
REPL_DESC['php']= 'PHP Settings'
|
||||
REPL_DESC['www']= 'Webserver Files'
|
||||
REPL_DESC['git']= 'Gitea System'
|
||||
REPL_DESC['nginx']='NGINX Settings'
|
||||
REPL_DESC['ssl']='SSL Certificates'
|
||||
REPL_DESC['php']='PHP Settings'
|
||||
REPL_DESC['www']='Webserver Files'
|
||||
REPL_DESC['git']='Gitea System'
|
||||
REPL_DESC['gitssh']='Gitea SSH Keys'
|
||||
|
||||
NM_SRVCOPT=(start stop restart reload enable disable)
|
||||
|
||||
Reference in New Issue
Block a user