Skip to content

Commit c93d046

Browse files
Merge pull request #279811 from zioproto/fix/missing-mkdir
Add step to create logs folder
2 parents ab96baf + f93a3fc commit c93d046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/aks/eks-edw-deploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ As the script executes the commands to configure the infrastructure for the work
4646
The script displays a log as it runs. You can persist the log by redirecting the log information output and saving it to the `install.log` file in the `logs` directory using the following command:
4747
4848
```bash
49+
mkdir ./logs
4950
./deployment/infra/deploy.sh | tee ./logs/install.log
5051
```
5152

0 commit comments

Comments
 (0)