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:
parent
fefe827637
commit
68693fe7fb
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue