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

View file

@ -190,6 +190,9 @@ if [ "$IS_UPTIME" = 1 ]; then
fi fi
# Check if files in /home/backup/ are up-to-date # 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. # Check if /etc/.git/ has read/write permissions for root only.
if [ "$IS_GITPERMS" = 1 ]; then if [ "$IS_GITPERMS" = 1 ]; then