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

11 lines
223 B
Text
Raw Normal View History

2021-04-17 18:39:02 +02:00
#!/usr/bin/env bash
2017-02-14 09:46:09 +01:00
2021-04-17 18:39:02 +02:00
set -a
source /usr/share/yunohost/helpers
app="${0//.\/50-}"
install_dir=$(ynh_app_setting_get --app=$app --key=install_dir)
2021-04-17 18:39:02 +02:00
username=$1
sudo -u $app $install_dir/cli/delete-user.php --user $username