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

Merge pull request #123 from xoddark/fix_post_create_user

fix final_path in hooks post_user_create
This commit is contained in:
lapineige 2021-08-28 11:39:48 +02:00 committed by GitHub
commit 751516f942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ set -a
source /usr/share/yunohost/helpers
app="${0//.\/50-}"
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
username=$1
user_token=$(ynh_string_random)