diff --git a/VERSION b/VERSION index 81f1b89..7921bd0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.7 \ No newline at end of file +3.4.8 diff --git a/gravity-sync.sh b/gravity-sync.sh index 733e2ec..fa301cb 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -3,7 +3,7 @@ SCRIPT_START=$SECONDS # GRAVITY SYNC BY VMSTAN ##################### PROGRAM='Gravity Sync' -VERSION='3.4.7' +VERSION='3.4.8' # For documentation or downloading updates visit https://github.com/vmstan/gravity-sync # Requires Pi-Hole 5.x or higher already be installed, for help visit https://pi-hole.net @@ -199,4 +199,4 @@ case $# in task_invalid ;; esac -# END OF SCRIPT ############################## \ No newline at end of file +# END OF SCRIPT ############################## diff --git a/includes/gs-config.sh b/includes/gs-config.sh index 5a4be8e..98f786c 100644 --- a/includes/gs-config.sh +++ b/includes/gs-config.sh @@ -42,7 +42,7 @@ function config_generate { echo_blank echo -e "Gravity Sync uses a primary/secondary model for replication, and normally syncs changes from the " echo -e "primary to the secondary. The LOCAL Pi-hole where you are running this configuration script is" - echo -e "considered the the SECONDARY Pi-hole! The REMOTE Pi-hole where you will normally make configuration" + echo -e "considered the SECONDARY Pi-hole! The REMOTE Pi-hole where you will normally make configuration" echo -e "changes is considered the PRIMARY Pi-hole." echo_blank echo -e "Confused? Please refer back to the documentation." diff --git a/includes/gs-pull.sh b/includes/gs-pull.sh index d75f52c..8a18d4f 100644 --- a/includes/gs-pull.sh +++ b/includes/gs-pull.sh @@ -108,7 +108,7 @@ function pull_gs_reload { MESSAGE="${UI_FTLDNS_CONFIG_UPDATE}" echo_stat - ${PH_EXEC} restartdns reloadlists >/dev/null 2>&1 + ${PH_EXEC} restartdns reload-lists >/dev/null 2>&1 error_validate MESSAGE="${UI_FTLDNS_CONFIG_RELOAD}" @@ -132,4 +132,4 @@ function pull_gs { logs_export exit_withchange -} \ No newline at end of file +} diff --git a/includes/gs-push.sh b/includes/gs-push.sh index dae1f5b..24a0616 100644 --- a/includes/gs-push.sh +++ b/includes/gs-push.sh @@ -145,7 +145,7 @@ function push_gs_reload { MESSAGE="${UI_FTLDNS_CONFIG_PUSH_UPDATE}" echo_stat CMD_TIMEOUT='15' - CMD_REQUESTED="${RH_EXEC} restartdns reloadlists" + CMD_REQUESTED="${RH_EXEC} restartdns reload-lists" create_sshcmd MESSAGE="${UI_FTLDNS_CONFIG_PUSH_RELOAD}" @@ -172,4 +172,4 @@ function push_gs { logs_export exit_withchange -} \ No newline at end of file +}