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

Fix upgrade for #45

Temporarily fix #45
This commit is contained in:
lapineige 2019-07-28 08:33:23 +02:00 committed by GitHub
parent b419a8870e
commit 2f3c40f2ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,6 +129,8 @@ ynh_add_fpm_config
ynh_print_info "Upgrading logrotate configuration..."
# Use logrotate to manage app-specific logfile(s)
# Temporary fix for .txt log file and ynh_use_logrotate
ln -s "$final_path/data/log.txt" "$final_path/data/log.log"
ynh_use_logrotate --non-append
#=================================================