Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export OUTPUT_FILE=${REPORT_DIR}/${DATE}.txt
# execute using instance principles
echo "Running ... to $OUTPUT_FILE and screen"

python3 $APPDIR/usage2adw.py -ip -du $DATABASE_USER -dp $DATABASE_PASS -dn $DATABASE_NAME -d $MIN_DATE -ts "${TAG1_SPECIAL} -ts2 "${TAG2_SPECIAL}" | tee -a $OUTPUT_FILE
python3 $APPDIR/usage2adw.py -ip -du $DATABASE_USER -dp $DATABASE_PASS -dn $DATABASE_NAME -d $MIN_DATE -ts "${TAG1_SPECIAL}" -ts2 "${TAG2_SPECIAL}" | tee -a $OUTPUT_FILE

grep -i "Error" $OUTPUT_FILE
echo "Finished at `date` "
Expand Down