From 1d47e0f8d8d8d6de806c91ed1cb177e3f1c0da7c Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Mon, 27 Apr 2020 15:28:59 +0200 Subject: [PATCH] Raname kerneluptodate function to uptodate --- evocheck.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/evocheck.sh b/evocheck.sh index 725825e..f511449 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -125,8 +125,6 @@ check_evobackup(){ fi } -# Check whether the system should be restarted (after a kernel update) -check_kerneluptodate(){ } check_uptime(){ @@ -298,7 +296,6 @@ main() { test "${IS_TMOUTPROFILE:=1}" = 1 && check_tmoutprofile test "${IS_RAIDOK:=1}" = 1 && check_raidok test "${IS_EVOBACKUP:=1}" = 1 && check_evobackup - test "${IS_KERNELUPTODATE:=1}" = 1 && check_kerneluptodate test "${IS_UPTIME:=1}" = 1 && check_uptime test "${IS_BACKUPUPTODATE:=1}" = 1 && check_backuptodate test "${IS_GITPERMS:=1}" = 1 && check_gitperms