Skip to content

Commit 510a475

Browse files
authored
Update run_single_daily_usage2adw.sh
add " on line 42 after TAG1_SPECIAL
1 parent 6f9d1c9 commit 510a475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/usage_reports_to_adw/shell_scripts/run_single_daily_usage2adw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export OUTPUT_FILE=${REPORT_DIR}/${DATE}.txt
3939
# execute using instance principles
4040
echo "Running ... to $OUTPUT_FILE and screen"
4141

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
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
4343

4444
grep -i "Error" $OUTPUT_FILE
4545
echo "Finished at `date` "

0 commit comments

Comments
 (0)