mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Testing (#34)
* version 3.2.0 * fix nodejs_version variable in upgrade script (#31) (#32)
This commit is contained in:
parent
418243178b
commit
a5d44c470f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL NODEJS
|
# INSTALL NODEJS
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_install_nodejs $NODEJS_VERSION
|
ynh_install_nodejs $nodejs_version
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
Loading…
Reference in a new issue