From a754bf2393fc6a9dd6471e913865f4226ca2a717 Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Tue, 20 Jul 2021 19:29:23 -0600 Subject: [PATCH] Typo in setup type --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5e4f027..8d291eb 100755 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ COMMAND="$1" NAME="python-tool" -INSTALL="services" +INSTALL=" services " [ -z "$1" ] && echo "No setup command given, nothing to do." && exit 1