1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

Fix user create folder

This commit is contained in:
yalh76 2019-02-01 08:36:34 +01:00
parent ebabb4c611
commit 80f965b38e
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ ynh_restore_file "$final_path"
#=================================================
# Create the dedicated user (if not existing)
ynh_system_user_create $app
ynh_system_user_create $app $final_path
#=================================================
# RESTORE USER RIGHTS

View file

@ -101,7 +101,7 @@ ynh_install_nodejs 8
#=================================================
# Create a dedicated user (if not existing)
ynh_system_user_create $app
ynh_system_user_create $app $final_path
#=================================================
# PHP-FPM CONFIGURATION