Diff for /freem/scripts/fmd-docupdate between versions 1.2 and 1.3

version 1.2, 2025/04/06 03:38:05 version 1.3, 2025/05/05 12:38:11
Line 26 Line 26
 #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.  #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
 #  #
 #   $Log$  #   $Log$
   #   Revision 1.3  2025/05/05 12:38:11  snw
   #   Make fmd docupdate work when directory already exists
   #
 #   Revision 1.2  2025/04/06 03:38:05  snw  #   Revision 1.2  2025/04/06 03:38:05  snw
 #   Prepare for adding packaging functionality to fmd  #   Prepare for adding packaging functionality to fmd
 #  #
Line 79  cd doc/ Line 82  cd doc/
   
 DOCDIR="//var/www/freem.coherent-logic.com/docs/${NEWVER}/"  DOCDIR="//var/www/freem.coherent-logic.com/docs/${NEWVER}/"
   
 ssh "${SSHCRED}" "mkdir ${DOCDIR}"  ssh "${SSHCRED}" "mkdir -p ${DOCDIR}"
 if [[ $? != 0 ]]  if [[ $? != 0 ]]
 then  then
     echo "${PGM}:  error creating remote directory"      echo "${PGM}:  error creating remote directory"

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>