mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Use php7.3 by default in CLI
This commit is contained in:
parent
15a7967f47
commit
6a618b0f33
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ Pin-Priority: -1" >> "/etc/apt/preferences.d/extra_php_version"
|
||||||
|
|
||||||
do_post_regen() {
|
do_post_regen() {
|
||||||
regen_conf_files=$1
|
regen_conf_files=$1
|
||||||
|
|
||||||
|
# Make sure php7.3 is the default version when using php in cli
|
||||||
|
update-alternatives --set php /usr/bin/php7.3
|
||||||
}
|
}
|
||||||
|
|
||||||
FORCE=${2:-0}
|
FORCE=${2:-0}
|
||||||
|
|
Loading…
Add table
Reference in a new issue