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

Merge pull request #15 from YunoHost-Apps/testing

Fix User Path
This commit is contained in:
yalh76 2019-02-01 14:18:55 +01:00 committed by GitHub
commit ef4364d54e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -106,7 +106,6 @@ yunohost service start $app
ynh_backup_if_checksum_is_different "$final_path/$app/.env"
# Recalculate and store the checksum of the file for the next upgrade.
ynh_store_file_checksum "$final_path/$app/.env"
ynh_store_file_checksum "$final_path/$app/.env"
#=================================================
# GENERIC FINALISATION

View file

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

View file

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