1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

fix service name

This commit is contained in:
Kayou 2019-02-24 21:00:28 +01:00
parent 06b7a47139
commit 7031d015be
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -83,7 +83,7 @@ ynh_backup "/etc/php/7.0/fpm/pool.d/$app.conf"
#=================================================
ynh_print_info "Backing up systemd configuration..."
ynh_backup "/etc/systemd/system/$app.service"
ynh_backup "/etc/systemd/system/$service_name.service"
#=================================================
# END OF SCRIPT