again.
This commit is contained in:
parent
876fba3053
commit
cacbb94e86
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
PHP_VERSION=`php -v|grep --only-matching --perl-regexp "5\.\\d+"`
|
||||
echo $PHP_VERSION
|
||||
|
||||
|
||||
if [[ $PHP_VERSION != "5.5" ]]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue