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: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
-
# Raspberry Pi / Linux Network Repair Automation
1
+
# Network Repair/Reboot Automation
2
2
> This bash script checks the health status for either wired or wireless internet connection and, if it is failing, tries to fix it.
3
3
4
-
## Prerequisite - Mandatory
4
+
## Tested Platforms
5
+
Raspberry Pi Linux
6
+
ReadyNAS 6.10.3
7
+
8
+
## Prerequisites
5
9
6
10
You at least need the "ping" command which should exist on most systems which already have networking. If not the following should get you there:
7
11
@@ -15,7 +19,7 @@ You at least need the "ping" command which should exist on most systems which al
15
19
`sudo crontab -e`
16
20
- Add to your crontab the following line, it will execute the check every minute. Please customize the script path according to the folder where you cloned the repo:
0 commit comments