From 55021b4601d78743ae69d3979fc3c5d0adf77643 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Mar 2026 10:46:09 -0400 Subject: [PATCH] Update install missing space before ] --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index d24d05cc..0152650b 100755 --- a/install +++ b/install @@ -366,7 +366,7 @@ if [ -d "/home/pi/direwolf" ]; then # Check if the command was successful and a URL was retrieved if [ $? -eq 0 ] && [ -n "$REPO_URL" ]; then - if [ ! "$REPO_URL" = "https://github.com/wb2osz/direwolf.git"]; then + if [ ! "$REPO_URL" = "https://github.com/wb2osz/direwolf.git" ]; then echo "Current Direwolf git repository URL is $REPO_URL" echo "Reinstalling Direwolf from https://github.com/wb2osz/direwolf.git"