Commit 4e7b27b
authored
remove PHP code, and fix installer warning
When install hestia,
Installer first add user and then install PHP, so this php code return a warning
/usr/local/hestia/bin/v-add-user: line 36: php: command not found
So why add php code to pure bash script :/1 parent 69cee00 commit 4e7b27b
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments