mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Fix User Path
This commit is contained in:
parent
3b09ec9f12
commit
779d8b08b9
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ ynh_install_app_dependencies git build-essential postgresql postgresql-contrib o
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Create a dedicated user (if not existing)
|
# Create a dedicated user (if not existing)
|
||||||
ynh_system_user_create $app
|
ynh_system_user_create "$app" "$final_path"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PHP-FPM CONFIGURATION
|
# PHP-FPM CONFIGURATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue