chg: [installer] mail2misp typo

pull/4152/head
Steve Clement 2019-02-12 01:56:00 +09:00
parent abdb996220
commit 7528eab9c3
2 changed files with 2 additions and 2 deletions

View File

@ -1528,7 +1528,7 @@ installMISPubuntuSupported () {
[[ -n $DASHBOARD ]] || [[ -n $ALL ]] && mispDashboard ; dashboardCAKE
# Install Mail2MISP - functionLocation('')
[[ -n $MAIL2 ]] || [[ -n $ALL ]] && mail2
[[ -n $MAIL2 ]] || [[ -n $ALL ]] && mail2misp
# Run final script to inform the User what happened - functionLocation('')
theEnd

View File

@ -255,7 +255,7 @@ installMISPubuntuSupported () {
[[ -n $DASHBOARD ]] || [[ -n $ALL ]] && mispDashboard ; dashboardCAKE
# Install Mail2MISP - functionLocation('')
[[ -n $MAIL2 ]] || [[ -n $ALL ]] && mail2
[[ -n $MAIL2 ]] || [[ -n $ALL ]] && mail2misp
# Run final script to inform the User what happened - functionLocation('')
theEnd