summaryrefslogtreecommitdiff
path: root/bin/datafiles-htaccess.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/datafiles-htaccess.sh')
-rwxr-xr-xbin/datafiles-htaccess.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/datafiles-htaccess.sh b/bin/datafiles-htaccess.sh
index ab04bb0..0ac3b4e 100755
--- a/bin/datafiles-htaccess.sh
+++ b/bin/datafiles-htaccess.sh
@@ -3,7 +3,6 @@ CONFIG=$1
HTACCESS_FILE=$2
cat $HTACCESS_FILE |
sed -e '/^# auto-generated from this point below$/,$d' > $HTACCESS_FILE.tmp
-echo '' >> $HTACCESS_FILE.tmp
echo '# auto-generated from this point below' >> $HTACCESS_FILE.tmp
cat $CONFIG |
jq -r '.[] | .date, .url' | xargs -n 2 |