Changeset 1635


Ignore:
Timestamp:
08/11/09 07:46:53 (16 years ago)
Author:
Mathieu Morlighem
Message:

better installation test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/report.sh

    r1605 r1635  
    1313
    1414#create some variables
    15 if [ `wc -l nightly.log | awk '{printf("%s",$1);}'`  = "0" ]
     15if [ $(ls -1 $ISSM_DIR/bin | wc -l) -le 20 ];
    1616then
    1717        IS_INSTALL=0
Note: See TracChangeset for help on using the changeset viewer.