From c53ce433867a8281d88a580afdc93f0d51fd2822 Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Sun, 25 Jul 2021 18:44:04 -0600 Subject: [PATCH] Cleared default external script selection --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 183edcd..51f8565 100755 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ COMMAND="$1" NAME="python-tool" -INSTALL=" services " +INSTALL=" " [ -z "$1" ] && echo "No setup command given, nothing to do." && exit 1