Commit f8cbd07
committed
Fix shell syntax and formatting in deploy-minio.sh
Corrects a malformed root check and tidies up else-branch formatting. Adds missing semicolons and an explicit exit in the EUID check to prevent a syntax/runtime error when not run as root, and normalizes indentation for the SSL certs echo message ("/etc/minio/certs"). These are purely stylistic/safety fixes to ensure the script runs cleanly.1 parent 8e5a03b commit f8cbd07
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments