From 4a8e51c3c9c604ba1ba5c3d798014d4265b5fdc1 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Fri, 29 Jun 2018 16:39:15 +0000 Subject: Update to v2.1.2: Fixed: 'extra' entries would override database entries if they shared the same token --- bin/BBlog | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/BBlog b/bin/BBlog index 0d9e88f..bca1dc6 100755 --- a/bin/BBlog +++ b/bin/BBlog @@ -1,6 +1,6 @@ #!/bin/bash -## Copyright Ian Jauslin 2015-2017 +## Copyright Ian Jauslin 2015-2018 ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. @@ -15,11 +15,10 @@ ## limitations under the License. # directory containing the engine files -enginedir=/usr/share/BBlog/engines -enginedir=/home/ian/Programs/BBlog2/engines +enginedir= # version -version=2.1 +version=2.1.2 function print_config { echo "engine: $engine" -- cgit v1.2.3-54-g00ecf