From 0bfd88185636851656cc6f202f42235f42e74afc Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 1 Nov 2020 12:00:03 -0600 Subject: [PATCH] fix typo in install script --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 7b9bfa5..acbd1bf 100755 --- a/install +++ b/install @@ -26,7 +26,7 @@ do systemctl enable borgwrapper-verify@"${config_file}".timer systemctl start borgwrapper-backup@"${config_file}".timer - systemctl start borgwrapper-verigy@"${config_file}".timer + systemctl start borgwrapper-verify@"${config_file}".timer done echo