[BACK]Return to mtctl_default.sh CVS log [TXT][DIR] Up to [local] / mtctl

Diff for /mtctl/mtctl_default.sh between version 1.1.1.2 and 1.2

version 1.1.1.2, 2021/08/31 17:01:08 version 1.2, 2021/09/02 16:17:35
Line 234  case $ACTION in
Line 234  case $ACTION in
                 NEWESTVERSION=$(curl https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/version.txt?content-type=text/plain 2> /dev/null)                  NEWESTVERSION=$(curl https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/version.txt?content-type=text/plain 2> /dev/null)
                 if [ "$NEWESTVERSION" \!= "$VERSION" ]; then                  if [ "$NEWESTVERSION" \!= "$VERSION" ]; then
                         mtinfo "Update avaible!\n\nInstalling update NOW!"                          mtinfo "Update avaible!\n\nInstalling update NOW!"
                         curl 'https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/installer.sh?content-type=text/plain' 2> /dev/null | $SHELL                          curl -sSL https://ircforever.org/mtctl.php | $SHELL
                 fi                  fi
                 ;;                  ;;
         help)          help)

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.2

CVSweb