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

Fix linter warnings

This commit is contained in:
ericgaspar 2020-11-23 08:45:29 +01:00
parent 232a31b5bb
commit e0164a9b19
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 6 additions and 1 deletions

View file

@ -35,7 +35,6 @@ ynh_print_info --message="Declaring files to be backed up..."
# BACKUP THE APP MAIN DIR
#=================================================
CHECK_SIZE "$final_path"
ynh_backup --src_path="$final_path"
#=================================================

View file

@ -295,6 +295,12 @@ ynh_script_progression --message="Upgrading logrotate configuration..."
ynh_use_logrotate --non-append
chown $app -R /var/log/$app
#=================================================
# ADVERTISE SERVICE IN ADMIN PANEL
#=================================================
yunohost service add $app --log $final_path/log/production.log
#=================================================
# RELOAD NGINX
#=================================================