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}.."