Check IS_BACKUPUPTODATE is left to be done

This commit is contained in:
Tristan PILAT 2019-03-22 14:57:58 +01:00
parent 08edb86da6
commit 8ae3707044
1 changed files with 3 additions and 0 deletions

View File

@ -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