1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Merge pull request #19 from YunoHost-Apps/testing

Fix User Path
This commit is contained in:
yalh76 2019-02-01 12:26:48 +01:00 committed by GitHub
commit 5bc17cfdfe

View file

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