Commit 0581c7d
authored
Update install script to make asset executable
This calls chmod +x on the asset file so that it can be executed. In
order to avoid repetition, the `INSTALL_DIR` variable is now used, which
effectively also adds support for changing the install directory.1 parent dc36075 commit 0581c7d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
| 35 | + | |
0 commit comments