From 4d6c39c9c86bd0edc57afbf189bf2427d13013ce Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Sat, 23 May 2020 16:45:31 -0500 Subject: [PATCH] added password variable --- README.md | 6 +++--- gravity-sync.conf.example | 12 +++++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9820252..02806da 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync ``` cd ~ -wget https://github.com/vmstan/gravity-sync/archive/v1.2.5.zip -unzip v1.2.5.zip -mv ~/gravity-sync-1.2.5 ~/gravity-sync +wget https://github.com/vmstan/gravity-sync/archive/v1.3.0.zip +unzip v1.3.0.zip +mv ~/gravity-sync-1.3.0 ~/gravity-sync cd gravity-sync ``` diff --git a/gravity-sync.conf.example b/gravity-sync.conf.example index ec8bfe1..ac0b599 100644 --- a/gravity-sync.conf.example +++ b/gravity-sync.conf.example @@ -1,3 +1,9 @@ -# REQUIRED SETTINGS -REMOTE_HOST='192.168.1.10' # your master Pihole IP or DNS -REMOTE_USER='pi' # user account with sudo rights on master Pihole \ No newline at end of file +# REQUIRED SETTINGS ###################### +# Pi-hole Primary Node in IP or DNS +REMOTE_HOST='192.168.1.10' + +# User on Primary PH with SUDO rights +REMOTE_USER='pi' + +# Password for REMOTE_USER account +REMOTE_PASS=‘password’ \ No newline at end of file