sheepdog 1.0 changed the path from /usr/sbin/dog to /usr/bin/dog
This commit is contained in:
@ -14,7 +14,7 @@ my $collie_cmd = sub {
|
||||
|
||||
my $portal = $scfg->{portal};
|
||||
my ($server, $port) = split(':', $portal);
|
||||
my $cmd = ['/usr/sbin/dog', $class, $op, '-a', $server];
|
||||
my $cmd = ['/usr/bin/dog', $class, $op, '-a', $server];
|
||||
push @$cmd, '-p', $port if $port;
|
||||
|
||||
push @$cmd, @options if scalar(@options);
|
||||
|
||||
Reference in New Issue
Block a user