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:
parent
3abcce2fad
commit
9bab93e093
2 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue