mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Define ynh_node_load_path to be compatible with ynh_replace_vars
This commit is contained in:
parent
a66b9a89f3
commit
06f8c1cc88
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ ynh_use_nodejs () {
|
|||
node_PATH="$PATH"
|
||||
# Create an alias to easily load the PATH
|
||||
ynh_node_load_PATH="PATH=$node_PATH"
|
||||
# Same var but in lower case to be compatible with ynh_replace_vars...
|
||||
ynh_node_load_path="PATH=$node_PATH"
|
||||
}
|
||||
|
||||
# Install a specific version of nodejs
|
||||
|
|
Loading…
Add table
Reference in a new issue