From 575329adf458bdc22aafc26474a73c213298630f Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Wed, 23 Jul 2025 15:18:10 +0200 Subject: [PATCH] undo package detection --- deploy.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deploy.sh b/deploy.sh index bf184a6..23cf3dc 100644 --- a/deploy.sh +++ b/deploy.sh @@ -12,11 +12,6 @@ Fail() { } Exec() { - if [[ -z $2 ]] { - then - echo -e "${RED}application not specified, failing${NOCOL}" - exit 1 - } case $1 in install) echo -e "${GREEN}Starting installation of $2${NOCOL}"