1
0
Fork 0
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:
Salamandar 2024-01-05 16:44:26 +01:00
parent c0b78579ef
commit 54346748f6

View file

@ -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
#=================================================