From 7a38b737f0e600da7fdb0e2291ec746b2abe70ce Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 18 Jul 2018 21:10:38 +0200 Subject: [PATCH] chg: [fix] fixed archive.sh set -x (because still alpha) chg: [cake] Added more cake CLI statements to force some sane defaults --- archive.sh | 4 ++- scripts/bootstrap.sh | 61 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 62 insertions(+), 3 deletions(-) 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 <