mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update install
This commit is contained in:
parent
21180961e3
commit
81e829c794
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ ynh_install_nodejs $version
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_system_user_create $app /home/$app # Créer un utilisateur système dédié à l'app
|
# Create a system user
|
||||||
|
ynh_system_user_create $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# NODEJS Version
|
# NODEJS Version
|
||||||
|
|
Loading…
Reference in a new issue