mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-09-05 19:42:58 +02:00
Fix
This commit is contained in:
@ -85,6 +85,13 @@ ynh_script_progression --message="Restoring the systemd configuration..." --weig
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
|
||||
systemctl enable $app.service --quiet
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE LOGROTATE CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Restoring the logrotate configuration..." --weight=1
|
||||
|
||||
ynh_restore_file --origin_path="/etc/logrotate.d/$app"
|
||||
|
||||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
#=================================================
|
||||
|
Reference in New Issue
Block a user