diff --git a/common.d/functions.sh b/common.d/functions.sh index 89a1d30..afe0cc0 100644 --- a/common.d/functions.sh +++ b/common.d/functions.sh @@ -51,7 +51,7 @@ prepare_env() mkdir_if_not_exists "./raw" mkdir_if_not_exists "./tmp" [ ! -d "./packages" ] && { - log "Packages not found. Cannot continue" + log "Packages not found. Cannot continue" error exit 4 } }