Removed hard-coded "vpnadmin" string.

This commit is contained in:
pitchum
2018-05-10 22:38:48 +02:00
committed by pitchum
parent 993441d89f
commit c004113529

View File

@@ -70,9 +70,9 @@ ynh_backup "/etc/php5/fpm/pool.d/$app.conf"
# BACKUP SYSTEMD
#=================================================
ynh_backup "/etc/systemd/system/ynh-$app.service" # XXX maybe hard-coding the full name would be better
ynh_backup "/etc/systemd/system/ynh-$app-checker.service" # XXX maybe hard-coding the full name would be better
ynh_backup "/etc/systemd/system/ynh-$app-checker.timer" # XXX maybe hard-coding the full name would be better
ynh_backup "/etc/systemd/system/ynh-vpnclient.service"
ynh_backup "/etc/systemd/system/ynh-vpnclient-checker.service"
ynh_backup "/etc/systemd/system/ynh-vpnclient-checker.timer"
ynh_backup "/etc/cron.d/$app"