We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9d1c9 commit 510a475Copy full SHA for 510a475
examples/usage_reports_to_adw/shell_scripts/run_single_daily_usage2adw.sh
@@ -39,7 +39,7 @@ export OUTPUT_FILE=${REPORT_DIR}/${DATE}.txt
39
# execute using instance principles
40
echo "Running ... to $OUTPUT_FILE and screen"
41
42
-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
43
44
grep -i "Error" $OUTPUT_FILE
45
echo "Finished at `date` "
0 commit comments