Skip to content

Commit d0614a1

Browse files
author
John Smith III
committed
Changed: Minor reorganization
1 parent 3a62b42 commit d0614a1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,15 +295,15 @@ CACHE_DIR="/tmp/noirnet_cache"
295295
LOG_FILE="/tmp/noirnet_cache/noirnet.log"
296296
CONFIG_FILE="$HOME/.config/noirnet.conf"
297297
CHECK_INTERVAL=5
298-
PING_TARGET="8.8.8.8"
299-
DNS_TEST_DOMAIN="example.com"
300298
TIMEOUT=5
301299
PUSHOVER_NOTIFICATION=false
302300
PUSHOVER_API_TOKEN=""
303301
PUSHOVER_USER_KEY=""
304302
DESKTOP_NOTIFICATION=true
305303
VERBOSE=false
306304
LOG_LEVEL="INFO"
305+
PING_TARGET="8.8.8.8"
306+
DNS_TEST_DOMAIN="example.com"
307307
```
308308

309309
## Options
@@ -380,12 +380,13 @@ Ensure you have the following installed on your system:
380380
CACHE_DIR="./test_cache"
381381
LOG_FILE="./test_noirnet.log"
382382
CHECK_INTERVAL=1
383-
PING_TARGET="8.8.8.8"
384-
DNS_TEST_DOMAIN="example.com"
383+
TIMEOUT=5
385384
PUSHOVER=false
386385
DESKTOP=false
387386
VERBOSE=true
388387
LOG_LEVEL="DEBUG"
388+
PING_TARGET="8.8.8.8"
389+
DNS_TEST_DOMAIN="example.com"
389390
```
390391

391392
3. **Make the test script executable**:

test/test_noirnet.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ CACHE_DIR="./test_cache"
44
LOG_FILE="./test_noirnet.log"
55
CHECK_INTERVAL=1
66
TIMEOUT=5
7-
PING_TARGET="8.8.8.8"
8-
DNS_TEST_DOMAIN="example.com"
97
PUSHOVER=false
108
DESKTOP=false
119
VERBOSE=true
1210
LOG_LEVEL="DEBUG"
11+
PING_TARGET="8.8.8.8"
12+
DNS_TEST_DOMAIN="example.com"

0 commit comments

Comments
 (0)