From 8ae3707044017dce0e425e8aef20f95987acb131 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Fri, 22 Mar 2019 14:57:58 +0100 Subject: [PATCH] Check IS_BACKUPUPTODATE is left to be done --- evocheck.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evocheck.sh b/evocheck.sh index cfc5410..dcc6934 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -190,6 +190,9 @@ if [ "$IS_UPTIME" = 1 ]; then fi # Check if files in /home/backup/ are up-to-date +#if [ "$IS_BACKUPUPTODATE" = 1 ]; then +# TODO +#fi # Check if /etc/.git/ has read/write permissions for root only. if [ "$IS_GITPERMS" = 1 ]; then