From c8496ebd12d8056ee01c1b921344065a3e1f5006 Mon Sep 17 00:00:00 2001 From: pitchum Date: Thu, 10 May 2018 22:38:48 +0200 Subject: [PATCH] Removed hard-coded "vpnadmin" string. --- scripts/backup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/backup b/scripts/backup index 40ae6c7..ba50986 100644 --- a/scripts/backup +++ b/scripts/backup @@ -70,8 +70,8 @@ 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"