diff --git a/INSTALL/INSTALL.debian.sh b/INSTALL/INSTALL.debian.sh index 9eba471c3..89942c634 100755 --- a/INSTALL/INSTALL.debian.sh +++ b/INSTALL/INSTALL.debian.sh @@ -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 diff --git a/INSTALL/INSTALL.debian.tpl.sh b/INSTALL/INSTALL.debian.tpl.sh index 4c982f44f..19971a2b4 100755 --- a/INSTALL/INSTALL.debian.tpl.sh +++ b/INSTALL/INSTALL.debian.tpl.sh @@ -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