From 0cf303765567f9b7a1e7e1a7dfd473ab1e730fb2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Apr 2023 19:20:10 +0200 Subject: [PATCH] Package selection --- agent/agent.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/agent.sh b/agent/agent.sh index 0886f74..d391938 100644 --- a/agent/agent.sh +++ b/agent/agent.sh @@ -80,9 +80,9 @@ function installPackages { BASE=$(basename "$filename" .spk) BASE="${BASE%%-*}" - [[ $BASE == "ScsiTarget"]] && continue - [[ $BASE == "DhcpServer"]] && continue - [[ $BASE == "ActiveInsight"]] && continue + [[ $BASE == "ScsiTarget" ]] && continue + [[ $BASE == "DhcpServer" ]] && continue + [[ $BASE == "ActiveInsight" ]] && continue echo "$HEADER: Installing package ${BASE}.."