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 c2b6f6c8895..5dac38bd52d 100644 --- a/extras/ganesha/scripts/ganesha-ha.sh +++ b/extras/ganesha/scripts/ganesha-ha.sh @@ -277,7 +277,7 @@ string:\"EXPORT(Export_Id=$removed_id)\" 2>&1")                  ret=$?                  logger <<< "${output}"                  if [ ${ret} -ne 0 ]; then -                        echo "Refresh-config failed on ${current_host}" +                        echo "Refresh-config failed on ${current_host}. Please check logs on ${current_host}"                  else                          echo "Refresh-config completed on ${current_host}."                  fi  | 
