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:
parent
042d5836c0
commit
a4cb702ff3
1 changed files with 4 additions and 0 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue