From 1e7aed980ae5d01762e7814ff009501533aac722 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Oct 2016 09:30:23 -0300 Subject: Drop 6.x support --- files/drupal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/drupal b/files/drupal index e2a0c2a..1dbc2d7 100755 --- a/files/drupal +++ b/files/drupal @@ -5,7 +5,7 @@ BASE=${BASE:="/var/www/data"} SITES=${SITES:="$BASE/drupal"} -SERIES="6 7 8" +SERIES="7 8" # Ensure we have a proper path, useful when called through cron export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' -- cgit v1.2.3