Skip to content

Commit 69d9394

Browse files
authored
(turnkey) Add OpenLDAP (#5305)
1 parent ad8462b commit 69d9394

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turnkey/turnkey.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ mediaserver Media Server
7979
nextcloud Nextcloud
8080
observium Observium
8181
odoo Odoo
82+
openldap OpenLDAP
8283
openvpn OpenVPN
8384
owncloud ownCloud
8485
phpbb phpBB
@@ -201,7 +202,7 @@ echo "TurnKey ${turnkey} password: ${PASS}" >>~/turnkey-${turnkey}.creds # file
201202
# Start container
202203
msg "Starting LXC Container..."
203204
pct start "$CTID"
204-
sleep 5
205+
sleep 10
205206

206207
# Get container IP
207208
set +euo pipefail # Turn off error checking

0 commit comments

Comments
 (0)