From adc2322e1b02daeadffb7b09be2aa3c3d523e71e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 10 Dec 2018 08:07:13 +0100 Subject: [PATCH] lynx entfernt --- checks/check_gitea_update | 7 ------- 1 file changed, 7 deletions(-) diff --git a/checks/check_gitea_update b/checks/check_gitea_update index 4406204..247dc54 100755 --- a/checks/check_gitea_update +++ b/checks/check_gitea_update @@ -7,13 +7,6 @@ else app_root=$1 fi -/usr/bin/which lynx > /dev/null 2>&1 -if [ ! $? = 0 ] -then - echo "lynx ist nicht installiert" - exit 1 -fi - if [ -e "$app_root" ] then gitea_local_version=$($app_root --version | awk '{print $3}')