From 412f2a1b42fd4c89a07a93631d9e100ab90f73b5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Nov 2022 20:36:15 -0600 Subject: [PATCH 1/3] Update pihole-sync --- pihole-sync | 1 - 1 file changed, 1 deletion(-) diff --git a/pihole-sync b/pihole-sync index a0b85bd..3f275da 100755 --- a/pihole-sync +++ b/pihole-sync @@ -189,7 +189,6 @@ pull () { fi } - ########################################################################### # Check to see whether a command line option was provided if [ -z "$1" ] From 23a28e66907131d0c4fb218509053f41aaaf6a38 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Nov 2022 20:36:52 -0600 Subject: [PATCH 2/3] Update pihole-sync --- pihole-sync | 1 + 1 file changed, 1 insertion(+) diff --git a/pihole-sync b/pihole-sync index 3f275da..d25bb59 100755 --- a/pihole-sync +++ b/pihole-sync @@ -159,6 +159,7 @@ push () { exit 0 fi } + pull () { # Go to Pi-hole directory, exit if doesn't exist cd $personal_git_dir || exit From 4d1318b1dd50b93233e0275ebab721668e5f055e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Nov 2022 20:37:44 -0600 Subject: [PATCH 3/3] Update pihole-sync --- pihole-sync | 1 - 1 file changed, 1 deletion(-) diff --git a/pihole-sync b/pihole-sync index d25bb59..3f275da 100755 --- a/pihole-sync +++ b/pihole-sync @@ -159,7 +159,6 @@ push () { exit 0 fi } - pull () { # Go to Pi-hole directory, exit if doesn't exist cd $personal_git_dir || exit