From a4cb702ff3cd76958a04b0f1c6dc024dc57cf01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Thu, 2 Apr 2020 21:28:46 +0200 Subject: [PATCH] replace tags in hooks on install --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index 522d365..0c4f4d3 100755 --- a/scripts/install +++ b/scripts/install @@ -111,6 +111,10 @@ ynh_add_fpm_config #================================================= # SPECIFIC SETUP #================================================= +ynh_replace_string "APPNAMETOCHANGE" $app ../hooks/post_app_addaccess +ynh_replace_string "APPNAMETOCHANGE" $app ../hooks/post_user_create +ynh_replace_string "APPNAMETOCHANGE" $app ../hooks/post_user_delete + # SETUPING FRESHRSS #================================================= ynh_print_info --message="FreshRSS setup script..."