mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
fix php version
This commit is contained in:
parent
77a86a9e0f
commit
4befcf4c74
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ ynh_script_progression --message="Configuring wallabag..." --weight=25
|
|||
ynh_add_config --template="../conf/parameters.yml" --destination="$install_dir/app/config/parameters.yml"
|
||||
|
||||
# Alias for php-cli execution command
|
||||
php_exec="ynh_exec_as $app php$YNH_PHP_VERSION "$install_dir/bin/console" --no-interaction --env=prod"
|
||||
php_exec="ynh_exec_as $app php$phpversion "$install_dir/bin/console" --no-interaction --env=prod"
|
||||
|
||||
# Set permissions to app files
|
||||
chown -R $app: $install_dir
|
||||
|
|
Loading…
Add table
Reference in a new issue