Update tmbackup-dialog.sh

This commit is contained in:
Michael
2023-05-31 22:00:12 +01:00
committed by GitHub
parent fd2b981043
commit ffc12de348

View File

@@ -22,8 +22,8 @@
# TM-Login-Check.sh SCMv # TM-Login-Check.sh SCMv
# Last Updated by Michael Tanner, 31/05/2023 # Last Updated by Michael Tanner, 31/05/2023
#################################################################################################### ####################################################################################################
curl -s https://raw.githubusercontent.com/PurpleComputing/helpful-scripts/main/tmbackupdate.sh?v=123$(date +%s) | bash curl -s https://raw.githubusercontent.com/PurpleComputing/helpful-scripts/main/tmbackupdate.sh | bash
curl -s https://raw.githubusercontent.com/PurpleComputing/helpful-scripts/main/tmbackupstate.sh?v=123$(date +%s) | bash curl -s https://raw.githubusercontent.com/PurpleComputing/helpful-scripts/main/tmbackupstate.sh | bash
# CHECKING COMPLIANCE # CHECKING COMPLIANCE
if grep -q 'COMPLIANT' /tmp/TMBACKUPSTATE.check; if grep -q 'COMPLIANT' /tmp/TMBACKUPSTATE.check;