diff --git a/install b/install index acbd1bf..addb987 100755 --- a/install +++ b/install @@ -22,6 +22,7 @@ cp ./systemd/*.{timer,service} /etc/systemd/system/ for config_file in /etc/borgwrapper/* do + config_file=$(basename ${config_file}) systemctl enable borgwrapper-backup@"${config_file}".timer systemctl enable borgwrapper-verify@"${config_file}".timer