mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
use $CTDB_BASE in 90.ipmux instead of hardcoding it to /etc/ctdb
(This used to be ctdb commit 6abb46b010851f5719f12273b4a3d46ec986f0c7)
This commit is contained in:
parent
870a57a55b
commit
ebe772b1b2
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# script to manage the ip multiplexer for a single public address cluster
|
||||
|
||||
. /etc/ctdb/functions
|
||||
. $CTDB_BASE/functions
|
||||
loadconfig ctdb
|
||||
|
||||
[ -z "$CTDB_SINGLE_PUBLIC_IP" ] && exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user