diff options
author | Ian Jauslin <jauslin@ias.edu> | 2018-06-29 16:39:15 +0000 |
---|---|---|
committer | Ian Jauslin <jauslin@ias.edu> | 2018-06-29 16:39:15 +0000 |
commit | 4a8e51c3c9c604ba1ba5c3d798014d4265b5fdc1 (patch) | |
tree | aacc93421448734351837c33ef8606fe75289e6d /bin | |
parent | 2bff6d06dae47c1b706bc8636fc8ed85a2c690e5 (diff) |
Update to v2.1.2:v2.1.2
Fixed: 'extra' entries would override database entries if they shared the
same token
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/BBlog | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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" |