ofreax 10 years ago
parent
commit
696974aa25

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # Changelog
 
+## 1.0.7
+  - Fix startup bug
+
 ## 1.0.6
   - Use light-baseimage:0.1.5
 

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 NAME = osixia/openldap
-VERSION = 1.0.6
+VERSION = 1.0.7
 
 .PHONY: all build test tag_latest release
 

+ 1 - 1
image/service/slapd/container-start.sh

@@ -281,7 +281,7 @@ EOF
   # stop OpenLDAP
   SLAPD_PID=$(cat /run/slapd/slapd.pid)
   echo "Kill slapd, pid: $SLAPD_PID"
-  kill $SLAPD_PID
+  kill -9 $SLAPD_PID
   echo "[ok]"
 
   sleep 3

BIN
test/database/__db.001


BIN
test/database/__db.002


BIN
test/database/__db.003


BIN
test/database/alock


BIN
test/database/log.0000000001