fix path for alternc_reload
This commit is contained in:
parent
2f04fe5beb
commit
62ea0b69d6
|
@ -245,7 +245,7 @@ for slave in $ALTERNC_SLAVES; do
|
||||||
if [ "$slave" = "localhost" ]; then
|
if [ "$slave" = "localhost" ]; then
|
||||||
alternc_reload $RELOAD_ZONES
|
alternc_reload $RELOAD_ZONES
|
||||||
else
|
else
|
||||||
ssh alternc@$slave alternc_reload "$RELOAD_ZONES"
|
ssh alternc@$slave /usr/sbin/alternc_reload "$RELOAD_ZONES"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue