1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

fix remains of logauth plugins again...

This commit is contained in:
Gofannon 2022-08-19 00:18:36 +02:00
parent 4802b254bf
commit 03ae0ce55b

View file

@ -324,13 +324,6 @@ ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_fil
# Recalculate and store the checksum of the file for the next upgrade.
ynh_store_file_checksum --file="$final_path/conf/local.protected.php"
#=================================================
# INSTALL LOGAUTHERROR PLUGIN FOR FAIL2BAN
#=================================================
ynh_script_progression --message="Upgrading logautherror plugin for Fail2Ban..." --weight=2
ynh_setup_source --dest_dir="$final_path/lib/plugins/logautherror" --source_id=logautherror
# #=================================================
# # GENERIC FINALIZATION
# #=================================================