diff --git a/pihole-sync b/pihole-sync index 3223516..d1c492b 100755 --- a/pihole-sync +++ b/pihole-sync @@ -34,6 +34,8 @@ update='December 26, 2020' # CONSTANTS if [ -f "/opt/my-pihole-sync/pihole-sync" ]; then personal_git_dir='/opt/my-pihole-sync' +else if [ -f "/mnt/data/etc-pihole/my-pihole-sync/pihole-sync" ]; then + personal_git_dir='/mnt/data/etc-pihole/my-pihole-sync' else personal_git_dir='/usr/local/bin/my-pihole-sync' fi