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