mirror of
https://github.com/YunoHost-Apps/cac-proxy_ynh.git
synced 2024-09-03 18:16:07 +02:00
fix upgrade script
This commit is contained in:
parent
c0b78579ef
commit
54346748f6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ chown $app:adm /var/log/$app
|
|||
ynh_script_progression --message="Reinstalling NodeJS..." --weight=21
|
||||
|
||||
# Define and install dependencies
|
||||
ynh_install_nodejs --nodejs_version="$NODEJS_VERSION"
|
||||
ynh_install_nodejs --nodejs_version="$nodejs_version"
|
||||
ynh_use_nodejs
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue