diff options
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/ganesha/scripts/ganesha-ha.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/ganesha/scripts/ganesha-ha.sh b/extras/ganesha/scripts/ganesha-ha.sh index 901464e0ef8..9b634177065 100644 --- a/extras/ganesha/scripts/ganesha-ha.sh +++ b/extras/ganesha/scripts/ganesha-ha.sh @@ -97,7 +97,7 @@ manage_service ()  {          local action=${1}          local new_node=${2} -        if [ "$SERVICE_MAN" == "/usr/sbin/systemctl" ] +        if [ "$SERVICE_MAN" == "/usr/bin/systemctl" ]          then                  ssh -oPasswordAuthentication=no -oStrictHostKeyChecking=no -i \  ${SECRET_PEM} root@${new_node} "$SERVICE_MAN  ${action} nfs-ganesha"  | 
