1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

YNH_PHP_VERSION: fix missing change

This commit is contained in:
lapineige 2022-07-22 09:14:51 +02:00 committed by GitHub
parent 5a3f47d0e7
commit e4d94c3e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ ynh_replace_string --match_string="secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv" --rep
ynh_replace_string --match_string="domain_name: https://your-wallabag-url-instance.com" --replace_string="domain_name: https://$domain$path_url" --target_file=$wb_conf ynh_replace_string --match_string="domain_name: https://your-wallabag-url-instance.com" --replace_string="domain_name: https://$domain$path_url" --target_file=$wb_conf
# Alias for php-cli execution command # Alias for php-cli execution command
php_exec="ynh_exec_as $app php$phpversion "$final_path/bin/console" --no-interaction --env=prod" php_exec="ynh_exec_as $app php$YNH_PHP_VERSION "$final_path/bin/console" --no-interaction --env=prod"
# Set permissions to app files # Set permissions to app files
chown -R $app: $final_path chown -R $app: $final_path