Wait longer for STDB startup
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -136,7 +136,7 @@ if [ -z "$REAL_REALM" ]; then
|
||||
if [ "$CTDB_ENABLED" = "true" ]; then
|
||||
((/usr/sbin/ctdbd --interactive)&)
|
||||
CTDB_PID=$!
|
||||
sleep 10
|
||||
sleep 120
|
||||
fi
|
||||
net ads join --no-dns-updates -U"$ADMIN_ACCOUNT"%"$ADMIN_PASSWORD"
|
||||
if [ "$CTDB_ENABLED" = "true" ]; then
|
||||
@@ -144,7 +144,7 @@ if [ -z "$REAL_REALM" ]; then
|
||||
fi
|
||||
|
||||
((/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf -j /tmp/sp.pid)&)
|
||||
sleep 10
|
||||
sleep 30
|
||||
|
||||
# Allow adding printer drivers for Administrator
|
||||
# Note: These commands require running winbind that resolves the group name and dcerpcd that accesses printers list
|
||||
|
||||
Reference in New Issue
Block a user