Skip to content

Commit 3c23fa1

Browse files
authored
Update step_by_step_howto.md
1 parent 0d5f582 commit 3c23fa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/usage_reports_to_adw/step_by_step_howto.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,10 @@ Download run_load_showoci_csv_to_adw.sh if not exist
449449

450450
```
451451
wget https://raw.githubusercontent.com/oracle/oci-python-sdk/master/examples/usage_reports_to_adw/shell_scripts/run_multi_daily_usage2adw.sh -O /home/opc/usage_reports_to_adw/shell_scripts/run_multi_daily_usage2adw.sh
452+
452453
chmod +x /home/opc/usage_reports_to_adw/shell_scripts/run_multi_daily_usage2adw.sh
453454
chmod +x /home/opc/showoci/run_daily_report.sh
454-
chmod +x /home/opc/usage_reports_to_adw/shell_scripts/run_load_showoci_csv_to_adw.s
455+
chmod +x /home/opc/usage_reports_to_adw/shell_scripts/run_load_showoci_csv_to_adw.sh
455456
```
456457

457458
Edit crontab using crontab -e and add/update the below (If exist remove the # before the command)

0 commit comments

Comments
 (0)