From 4274ce01e886a65e2f135ea0c02749bebdaa1424 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sun, 24 Jul 2022 21:03:29 +0200 Subject: [PATCH] Fix error in install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 265da35..26ee2d0 100755 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ if [[ $user != 'root' ]]; then sudo cp systemd-templates/docker-upgrade.service /etc/systemd/system/ sudo sed -i -e "s:PH_DIRECTORY:$(pwd):g" /etc/systemd/system/docker-upgrade.service sudo cp systemd-templates/docker-upgrade.timer /etc/systemd/system/ - sudo cp systemd-templates/machines-start.service /etc/systemd/system/ + sudo cp systemd-templates/machines-start.timer /etc/systemd/system/ else cp systemd-templates/cont-snap@.service /etc/systemd/system/ cp systemd-templates/conts-snap.service /etc/systemd/system/ @@ -28,7 +28,7 @@ else cp systemd-templates/docker-upgrade.service /etc/systemd/system/ sed -i -e "s:PH_DIRECTORY:$(pwd):g" /etc/systemd/system/docker-upgrade.service cp systemd-templates/docker-upgrade.timer /etc/systemd/system/ - cp systemd-templates/machines-start.service /etc/systemd/system/ + cp systemd-templates/machines-start.timer /etc/systemd/system/ fi echo "Reloading Systemd..." if [[ $user != 'root' ]]; then