mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update php
This commit is contained in:
parent
5091905329
commit
6c9187e7e4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Declare the actual php version to use.
|
# Declare the actual php version to use.
|
||||||
# A packager willing to use another version of php can override the variable into its _common.sh.
|
# A packager willing to use another version of php can override the variable into its _common.sh.
|
||||||
if [ -n "$YNH_DEFAULT_PHP_VERSION" ]; then
|
if [ -n "${YNH_DEFAULT_PHP_VERSION:-}" ]; then
|
||||||
YNH_PHP_VERSION=${YNH_PHP_VERSION:-YNH_DEFAULT_PHP_VERSION}
|
YNH_PHP_VERSION=${YNH_PHP_VERSION:-YNH_DEFAULT_PHP_VERSION}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue