From 2bf3d0b8bad8a18f8443c2d29f9a4c6fd73469e3 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 29 May 2020 14:43:36 -0500 Subject: [PATCH] 1.7.0 --- gravity-sync.conf.example | 3 ++- gravity-sync.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gravity-sync.conf.example b/gravity-sync.conf.example index 947fc49..6d87add 100644 --- a/gravity-sync.conf.example +++ b/gravity-sync.conf.example @@ -28,4 +28,5 @@ REMOTE_PASS='' # CRONJOB_LOG='' # VERIFY_PASS='' # 0=Verify 1=Bypass -# SKIP_CUSTOM='' # 0=Syncit 1=Skip \ No newline at end of file +# SKIP_CUSTOM='' # 0=SyncIt 1=SkipIt +# DATE_OUTPUT='' $ 0=NoShow 1=ShowIt (na) \ No newline at end of file diff --git a/gravity-sync.sh b/gravity-sync.sh index fc3de2f..0ed3038 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -26,7 +26,8 @@ CRONJOB_LOG='gravity-sync.cron' # replace in gravity-sync.conf to overwrite # Interaction Customization VERIFY_PASS='0' # replace in gravity-sync.conf to overwrite -SKIP_CUSTOM='0' +SKIP_CUSTOM='0' # replace in gravity-sync.conf to overwrite +DATE_OUTPUT='0' # replace in gravity-sync.conf to overwrite # Pi-hole Folder/File Locations PIHOLE_DIR='/etc/pihole' # default Pi-hole data directory