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

Update upgrade

This commit is contained in:
ericgaspar 2020-10-17 11:54:29 +02:00
parent 6958428897
commit 67537f5290
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -176,7 +176,7 @@ ynh_add_fail2ban_config --logpath="/var/log/nginx/$domain-error.log" --failregex
#=================================================
ynh_script_progression --message="Setuping a cron..."
cp ../conf/cron_kandboard /etc/cron.d/$app
cp ../conf/cron_kanboard /etc/cron.d/$app
ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path/" --target_file="/etc/cron.d/$app"
#=================================================