1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00

Remove code related to old access hooks

This commit is contained in:
Alexandre Aubin 2024-04-22 20:59:16 +02:00
parent 3abcce2fad
commit 9bab93e093
2 changed files with 0 additions and 14 deletions

View file

@ -59,13 +59,6 @@ ynh_add_config --template="../conf/lutim.conf.template" --destination="$install_
chmod 400 "$install_dir/lutim.conf"
chown $app:$app "$install_dir/lutim.conf"
#=================================================
# SETUP HOOKS FILE
#=================================================
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_app_addaccess"
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_app_removeaccess"
#=================================================
# SETUP CRON
#=================================================

View file

@ -124,13 +124,6 @@ then
fi
fi
#=================================================
# SETUP HOOKS FILE
#=================================================
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_app_addaccess"
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_app_removeaccess"
#=================================================
# SETUP CRON
#=================================================