Changeset 1635
- Timestamp:
- 08/11/09 07:46:53 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/report.sh
r1605 r1635 13 13 14 14 #create some variables 15 if [ `wc -l nightly.log | awk '{printf("%s",$1);}'` = "0" ]15 if [ $(ls -1 $ISSM_DIR/bin | wc -l) -le 20 ]; 16 16 then 17 17 IS_INSTALL=0
Note:
See TracChangeset
for help on using the changeset viewer.