FIX getting process PID
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-25 00:27:56 +00:00
parent 125c995e73
commit aa74eb46e6

View File

@@ -135,7 +135,7 @@ if [ -z "$REAL_REALM" ]; then
# Join
if [ "$CTDB_ENABLED" = "true" ]; then
((/usr/sbin/ctdbd --interactive)&)
/usr/sbin/ctdbd --interactive &
CTDB_PID=$!
sleep 30
fi