Skip to content

Commit

Permalink
bug 801758 - make modulelist filename consistent with previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Oct 15, 2012
1 parent 837848d commit 766aa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/crons/cron_modulelist.sh
Expand Up @@ -11,7 +11,7 @@ lock $NAME

DATE=`date -d 'yesterday' +%y%m%d`
OUTPUT_DATE=`date -d $DATE +%Y%m%d`
OUTPUT_FILE="/mnt/crashanalysis/crash_analysis/modulelist/modulelist-${OUTPUT_DATE}.txt"
OUTPUT_FILE="/mnt/crashanalysis/crash_analysis/modulelist/${OUTPUT_DATE}-modulelist.txt"

export PIG_CLASSPATH=${SOCORRO_DIR}/analysis/

Expand Down

0 comments on commit 766aa47

Please sign in to comment.