Skip to content

Commit f93a3fc

Browse files
committed
if the log folder does not exist tee will not write the file
1 parent c7289e9 commit f93a3fc

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)