From 0ba03cc7b506e3f574aba44c2d092a1efffa16cc Mon Sep 17 00:00:00 2001 From: Craig Schardt Date: Sun, 24 Dec 2023 17:24:43 -0600 Subject: [PATCH] wpiformat --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 709f2a8d14..f7bba201ec 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -91,7 +91,7 @@ echo "Downloaded latest stable release of PhotonVision." echo "Creating the PhotonVision systemd service..." -# service --status-all doesn't list photonvision on OrangePi use systemctl instead: +# service --status-all doesn't list photonvision on OrangePi use systemctl instead: #if systemctl --quiet is-active photonvision; then if service --status-all | grep -Fq 'photonvision'; then echo "PhotonVision is already running. Stopping service."