Update 2024-6-10-how-we-decreased-bash-script-execution-by-16x-for-openpanel.md

This commit is contained in:
Stefan Pejcic
2024-06-10 11:26:24 +02:00
committed by GitHub
parent cfdb162a49
commit ad69d1a875

View File

@@ -80,7 +80,7 @@ email="$3"
plan_name="$4"
```
`--debug` can only really be on the 5th position, and by not checking all other, we run only 1 cehck instead of 5 (one per each arg).
`--debug` can only really be on the 5th position, and by not checking all other, we run only 1 check instead of 5 (one per each arg).
```bash
# Parse optional flags to enable debug mode when needed