Commit 62ad723
authored
[FIX] odoo_install: fix unary operator expected error
See Yenthe666#215
">=" is not processed well by bash and causes a unary operator expected error. By doing > then this should be solved.1 parent cbe5387 commit 62ad723
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments