Fix spelling error in install script (#113)

This commit is contained in:
Prateek Machiraju
2020-09-05 16:28:17 -04:00
committed by GitHub
parent 73fc8e04ca
commit 7bf92a9db3

View File

@@ -33,7 +33,7 @@ if service --status-all | grep -Fq 'photonvision'; then
systemctl disable photonvision systemctl disable photonvision
rm /lib/systemd/system/photonvision.service rm /lib/systemd/system/photonvision.service
rm /etc/systemd/system/photonvision.service rm /etc/systemd/system/photonvision.service
systemctl dameon-relaod systemctl daemon-reload
systemctl reset-failed systemctl reset-failed
fi fi