From 165839985e0aadc9d38e37f9489550bf0ca2e0fc Mon Sep 17 00:00:00 2001 From: Steve Jenkins Date: Wed, 10 Jul 2019 16:12:16 -0700 Subject: [PATCH] Release 2.1 --- pihole-cloudsync | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pihole-cloudsync b/pihole-cloudsync index c7a0ec9..b4f0c2f 100755 --- a/pihole-cloudsync +++ b/pihole-cloudsync @@ -4,7 +4,7 @@ # pihole-cloudsync # Helper script to keep multiple Pi-holes' lists synchronized via Git -# Version 2.0 - July 10, 2019 - Steve Jenkins (stevejenkins.com) +# Version 2.1 - July 10, 2019 - Steve Jenkins (stevejenkins.com) # SETUP # Follow the instructions in the README to set up your own private Git @@ -60,7 +60,8 @@ pull_initialize () { $SUDO git reset --hard origin/master -q $SUDO cp $ad_list $black_list $blacklist_list $whitelist_list $regex_list $pihole_dir $SUDO pihole -g - echo "Local Pi-hole initialized in Pull mode and first pull successfully completed. Future pulls can now be perfomed with 'pihole-cloudsync --pull' "; + echo "Local Pi-hole initialized in Pull mode and first pull successfully completed."; + echo "Future pulls can now be perfomed with 'pihole-cloudsync --pull'."; } push () { cd $pihole_dir || exit