You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: noirwatch
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
# App version and name
9
9
APP_NAME="NoirWatch"
10
-
VERSION=1.1.0
10
+
VERSION=1.1.1
11
11
LAST_UPDATED="2024-11-26"
12
12
13
13
# TODO:
@@ -817,7 +817,7 @@ show_help() {
817
817
# Network Check Configuration
818
818
printf"\nNetwork Check Configuration:\n"
819
819
printf" -i, --interval <minutes> Set the interval between checks (default is %d minutes).\n""$CHECK_INTERVAL"
820
-
printf" -T, --timeout <seconds> Set the connection timeout for remote connections (default: %d seconds).\n""${DNS_TEST_TIMEOUT:-5}"
820
+
printf" -T, --timeout <seconds> Set the connection timeout for remote connections (default: %d seconds).\n""${TIMEOUT}"
821
821
printf" -t, --threshold <percentage> Set the threshold percentage for detecting changes. Higher values mean fewer notifications for minor changes. (default: %d%%)\n""$THRESHOLD"
0 commit comments