mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
fix final_path in hooks post_user_create
This fix this error after user creation sudo: /cli/create-user.php: command not found Échec de l’exécution du script : /etc/yunohost/hooks.d/post_user_create/50-freshrss
This commit is contained in:
parent
20ed6f670c
commit
0bb9233eed
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