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

Fix User Path

This commit is contained in:
yalh76 2019-02-01 08:42:53 +01:00
parent 6810a57d44
commit 2fb79b57db
3 changed files with 3 additions and 3 deletions

View file

@ -173,7 +173,7 @@ ynh_add_nginx_config
#=================================================
# Create a system user
ynh_system_user_create $app
ynh_system_user_create "$app" "$final_path"
#=================================================
# PHP-FPM CONFIGURATION

View file

@ -67,7 +67,7 @@ ynh_mysql_connect_as $db_name $db_pwd $db_name < ./db.sql
#=================================================
# Create the dedicated user (if not existing)
ynh_system_user_create $app
ynh_system_user_create "$app" "$final_path"
#=================================================
# RESTORE USER RIGHTS

View file

@ -99,7 +99,7 @@ ynh_add_nginx_config
#=================================================
# Create a dedicated user (if not existing)
ynh_system_user_create $app
ynh_system_user_create "$app" "$final_path"
#=================================================
# PHP-FPM CONFIGURATION