Skip to content

Commit 02b7537

Browse files
authored
Merge pull request #554 from xjuarez/patch-2
Update step_by_step_howto.md
2 parents 3d4f7d6 + 1150e2c commit 02b7537

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/usage_reports_to_adw/step_by_step_howto.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,11 @@ 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-
chmod +x /home/opc/usage_reports_to_adw/shell_scripts/run_multi_daily_usage2adw.sh
452+
453+
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
454455
chmod +x /home/opc/usage_reports_to_adw/shell_scripts/run_load_showoci_csv_to_adw.sh
456+
455457
```
456458

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

0 commit comments

Comments
 (0)