mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Update ynh_add_config
This commit is contained in:
parent
a50c134e12
commit
d6ce95a4a2
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ ynh_replace_vars () {
|
|||
if test -n "${YNH_PHP_VERSION:-}"; then
|
||||
ynh_replace_string --match_string="__PHPVERSION__" --replace_string="$YNH_PHP_VERSION" --target_file="$file"
|
||||
fi
|
||||
if test -n "${ynh_node_load_PATH:-}"; then
|
||||
ynh_replace_string --match_string="__YNH_NODE_LOAD_PATH__" --replace_string="$ynh_node_load_PATH" --target_file="$file"
|
||||
fi
|
||||
|
||||
# Replace othes variables
|
||||
|
||||
|
|
Loading…
Reference in a new issue