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

replace tags in hooks on install

This commit is contained in:
Clément 2020-04-02 21:28:46 +02:00
parent 042d5836c0
commit a4cb702ff3

View file

@ -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..."