From 7bf92a9db3aee1ce647600a2bcd296a061d2f6be Mon Sep 17 00:00:00 2001 From: Prateek Machiraju Date: Sat, 5 Sep 2020 16:28:17 -0400 Subject: [PATCH] Fix spelling error in install script (#113) --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 5f54506c3..b105f69dd 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ if service --status-all | grep -Fq 'photonvision'; then systemctl disable photonvision rm /lib/systemd/system/photonvision.service rm /etc/systemd/system/photonvision.service - systemctl dameon-relaod + systemctl daemon-reload systemctl reset-failed fi