Changeset 7512 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/16/06 13:01:48 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7511 r7512  
    2424
    2525   * datacenter/scripts/sourcefile:
    26      - small bugfix in setstatus function
     26     - small bugfixes in setstatus function
    2727
    2828
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r7511 r7512  
    174174                      statustime="Now()"
    175175                      ;;
    176                  no)  echo ", nothing new"
    177                       $check="ok"
     176                 no)  echo "nothing new"
     177                      check="ok"
    178178                      ;;
    179179                  *)  echo " failed"
     
    186186                      fi
    187187                      failedtime="Now()"
    188                       $check="ok"
     188                      check="ok"
    189189                      ;;
    190190               esac
Note: See TracChangeset for help on using the changeset viewer.