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:
commit
751516f942
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue