1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Update ynh_add_config

This commit is contained in:
yalh76 2020-08-08 21:02:38 +02:00
parent 2b97b7f45d
commit d848d115de

View file

@ -112,6 +112,9 @@ ynh_replace_vars () {
if test -n "${YNH_PHP_VERSION:-}"; then if test -n "${YNH_PHP_VERSION:-}"; then
ynh_replace_string --match_string="__PHPVERSION__" --replace_string="$YNH_PHP_VERSION" --target_file="$file" ynh_replace_string --match_string="__PHPVERSION__" --replace_string="$YNH_PHP_VERSION" --target_file="$file"
fi fi
if test -n "${ynh_node_load_PATH:-}"; then
ynh_replace_string --match_string="__YNH_NODE_LODE_PATH__" --replace_string="$ynh_node_load_PATH" --target_file="$file"
fi
# Replace othes variables # Replace othes variables