fix path for alternc_reload

This commit is contained in:
Antoine Beaupré 2009-08-04 20:24:53 +00:00
parent 2f04fe5beb
commit 62ea0b69d6
1 changed files with 1 additions and 1 deletions

View File

@ -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