diff --git a/pihole-sync b/pihole-sync index fa1db70..6beb677 100755 --- a/pihole-sync +++ b/pihole-sync @@ -130,7 +130,7 @@ push_initialize () { # Add all lists to local Git repo $SUDO git add . - echo "Local Pi-hole initialized in Push mode and local lists were added to local Git repo. Run 'pihole-cloudsync --push' to push to remote Git repo."; + echo "Local Pi-hole initialized in Push mode and local lists were added to local Git repo. Run '${personal_git_dir}/pihole-sync --push' to push to remote Git repo."; } pull_initialize () { # Go to Pi-hole directory, exit if doesn't exist @@ -160,7 +160,7 @@ pull_initialize () { # Display success messages echo "Local Pi-hole initialized in Pull mode and first pull successfully completed."; - echo "Future pulls can now be perfomed with 'pihole-cloudsync --pull'."; + echo "Future pulls can now be perfomed with '${personal_git_dir}/pihole-sync --pull'."; } push () { # Go to Pi-hole directory, exit if doesn't exist @@ -255,7 +255,7 @@ for arg in "$@"; do # Help - Displays help dialog elif [ "$arg" == "--help" ] || [ "$arg" == "-h" ] || [ "$arg" == "-?" ]; then cat <<- EOF - Usage: pihole-cloudsync