1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

remove app log

This commit is contained in:
OniriCorpe 2024-03-21 02:53:15 +01:00
parent fefe827637
commit 68693fe7fb
2 changed files with 0 additions and 6 deletions

View file

@ -39,10 +39,6 @@ ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
ynh_backup --src_path="/var/log/nginx/$domain-access.log"
if [ -f "/var/log/$app/freshrss.log" ]; then
ynh_backup --src_path="/var/log/$app/freshrss.log"
fi
#=================================================
# SPECIFIC BACKUP
#=================================================

View file

@ -47,8 +47,6 @@ log_path="/var/log/$app"
mkdir -p "$log_path"
chown "$app":www-data "$log_path"
ynh_restore_file --origin_path="$log_path/freshrss.log"
#=================================================
# RESTORE THE NGINX CONFIGURATION
#=================================================