chg: [fix] Missing version number

pull/7306/head
Steve Clement 2021-04-06 15:36:14 +09:00
parent a487bc00ff
commit 703b4ad8d9
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 2 additions and 3 deletions

View File

@ -711,9 +711,8 @@ installMISPRHEL () {
installCake_RHEL8
permissions_RHEL8
prepareDB_RHEL8
apacheConfig_RHEL8
debug "Configuring Apache"
apacheConfig_RHEL
apacheConfig_RHEL8
fi
if [[ "${DIST_VER}" =~ ^[8].* ]]; then
@ -737,7 +736,7 @@ installMISPRHEL () {
debug "Preparing Database"
prepareDB_RHEL
debug "Configuring Apache"
apacheConfig_RHEL
apacheConfig_RHEL7
fi
debug "Enabling Haveged for additional entropy"