diff --git a/archive.sh b/archive.sh index 9887288..3738f73 100644 --- a/archive.sh +++ b/archive.sh @@ -1,4 +1,6 @@ -#!/usr/bin/env bash -x +#!/usr/bin/env bash + +set -x VERSIONS="2.4.80 2.4.81 2.4.82 2.4.83 2.4.84 2.4.85 2.4.86 2.4.87 2.4.88 2.4.89 2.4.90 2.4.91 2.4.92 2.4.93" for VERSION in `echo ${VERSIONS}`; do diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 9aa852f..195a5de 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -290,7 +290,7 @@ sudo cat > /etc/apache2/sites-available/misp-dashboard.conf <