From affb947cbe52c070902014d582299a18389b4f81 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Sun, 19 Jun 2022 08:50:13 +0200 Subject: [PATCH] Update start --- scripts/start | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/start b/scripts/start index b3f7a2e..1394496 100755 --- a/scripts/start +++ b/scripts/start @@ -25,8 +25,6 @@ if [ "${DISTRIB_ID}"="Ubuntu" ] && [ "${DISTRIB_RELEASE}"="20.04" ]; then exit 1 fi -exit 1 - check_dependencies () { for cmd in "$@"; do if ! command -v $cmd >/dev/null 2>&1; then