fix: [installer] Installer will never execute due to misplaced ;

pull/4249/head
Steve Clement 2019-03-01 10:28:32 +05:30
parent 8430625a2b
commit 3bb89bf989
2 changed files with 6 additions and 4 deletions

View File

@ -1832,10 +1832,11 @@ installSupported () {
# Install Mail2MISP - functionLocation('generic/mail_to_misp-debian.md')
[[ -n $MAIL2 ]] || [[ -n $ALL ]] && mail2misp
progress 100
progress 2
# Run tests
runTests
progress 2
# Run final script to inform the User what happened - functionLocation('generic/supportFunctions.md')
theEnd
@ -2150,7 +2151,7 @@ fi
[[ -n $UPGRADE ]] && upgrade
[[ -n $NUKE ]] && nuke ; exit
[[ -n $NUKE ]] && nuke && exit
# If Ubuntu is detected, figure out which release it is and run the according scripts
if [ "${FLAVOUR}" == "ubuntu" ]; then

View File

@ -327,10 +327,11 @@ installSupported () {
# Install Mail2MISP - functionLocation('generic/mail_to_misp-debian.md')
[[ -n $MAIL2 ]] || [[ -n $ALL ]] && mail2misp
progress 100
progress 2
# Run tests
runTests
progress 2
# Run final script to inform the User what happened - functionLocation('generic/supportFunctions.md')
theEnd
@ -645,7 +646,7 @@ fi
[[ -n $UPGRADE ]] && upgrade
[[ -n $NUKE ]] && nuke ; exit
[[ -n $NUKE ]] && nuke && exit
# If Ubuntu is detected, figure out which release it is and run the according scripts
if [ "${FLAVOUR}" == "ubuntu" ]; then