1
0
Fork 0
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:
XoD 2021-08-13 20:48:31 +02:00
parent 20ed6f670c
commit 0bb9233eed

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)