File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
- and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
+ and this project adheres to
6
+
7
+ ### [ 0.5.2-alpha] - 2018-09-27
8
+ ### Fixed
9
+ - Several starting up issues
6
10
7
11
## [ 0.5.1-alpha] - 2018-09-13
8
12
### Changes
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if [ "$REMME_START_MODE" = "genesis" ]; then
57
57
sawadm genesis $GENESIS_BATCHES
58
58
fi
59
59
60
- if [ " $REMME_START_MODE " = " run" ]; then
60
+ if [ " $REMME_START_MODE " = " run" ] && [ -s " /config/seeds-list.txt " ] ; then
61
61
SEEDS=$( sed ' :a;N;$!ba;s/\n/,/g' /config/seeds-list.txt)
62
62
ADDITIONAL_ARGS=" $ADDITIONAL_ARGS --seeds $SEEDS --peers $SEEDS "
63
63
fi
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'remme' ,
5
- version = '0.6.0 -alpha' ,
5
+ version = '0.5.2 -alpha' ,
6
6
description = 'Distributed Public Key Infrastructure (PKI) protocol' ,
7
7
author = 'REMME' ,
8
8
url = 'https://remme.io' ,
You can’t perform that action at this time.
0 commit comments