diff options
| -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 bd8c8979e40..aab5dad6975 100644 --- a/extras/ganesha/scripts/ganesha-ha.sh +++ b/extras/ganesha/scripts/ganesha-ha.sh @@ -968,8 +968,8 @@ create_ganesha_conf_file()          else          # Restoring previous file                  rm -rf $GANESHA_CONF -                sed -r -i -e '/^%include[[:space:]]+".+\.conf"$/d' $HA_CONFDIR/ganesha.conf                  cp $HA_CONFDIR/ganesha.conf $GANESHA_CONF +                sed -r -i -e '/^%include[[:space:]]+".+\.conf"$/d' $GANESHA_CONF          fi  }  | 
