From fcda8f864346130ccb9fa9ded829335f1289b9ae Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 23 Mar 2017 18:45:54 +0100 Subject: ability to activate/deactivate each extra --- batch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'batch.sh') diff --git a/batch.sh b/batch.sh index 1c43eb64..f587b845 100755 --- a/batch.sh +++ b/batch.sh @@ -21,7 +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 ) +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 -- cgit v1.2.3