mirror of
https://github.com/prurigro/hypothetical.git
synced 2025-04-02 21:47:45 -04:00
Test for the PHP_BINARY, not php
This commit is contained in:
parent
f2121e2414
commit
23ce957b88
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -4,7 +4,7 @@
|
|||
PHP_BINARY=${PHP_BINARY:=/usr/bin/php}
|
||||
|
||||
# Dependencies
|
||||
deps=('composer' 'grep' 'npm' 'php' 'sed')
|
||||
deps=('composer' 'grep' 'npm' "$PHP_BINARY" 'sed')
|
||||
|
||||
# Default settings
|
||||
no_db=0
|
||||
|
|
Loading…
Add table
Reference in a new issue