Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-03-21 19:18:38 +0300
committernachoparker <nacho@ownyourbits.com>2017-03-23 11:11:03 +0300
commit770e4b3f677f575da05c9141783849ef80c6efb4 (patch)
treeb9ebf1512fd8c80e6495dd4290aeaad12ebd37fe /batch.sh
parent5b93e9afab7f16a6f2433b99528843029c1a82fb (diff)
added apache modsecurity WAF
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/batch.sh b/batch.sh
index 90ded45f..1c43eb64 100755
--- a/batch.sh
+++ b/batch.sh
@@ -21,6 +21,7 @@ NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh no-ip.sh $IP $( ls -1t
NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh dnsmasq.sh $IP $( ls -1t *.img | head -1 )
NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh letsencrypt.sh $IP $( ls -1t *.img | head -1 )
NO_CONFIG=1 ./installer.sh unattended-upgrades.sh $IP $( ls -1t *.img | head -1 )
+NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh modsecurity.sh $IP $( ls -1t *.img | head -1 )
IMGOUT=$( ls -1t *.img | head -1 )
IMGFULL=$( basename "$IMGFILE" .img )_FULL.img