This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
watchcat: make compatible with updated busybox ash array handling
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
lilik-openwrt-22.03
Nuno Goncalves
6 years ago
parent
1ccf2377fc
commit
178a359275
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/watchcat/files/watchcat.sh
+ 1
- 1
utils/watchcat/files/watchcat.sh
View File
@ -52,7 +52,7 @@ watchcat_ping() {
time_now
=
"
${
time_now
%%.*
}
"
time_lastcheck
=
"
$time_now
"
for
host in
"
$pinghosts
"
for
host in
$pinghosts
do
if
ping -c
1
"
$host
"
&
> /dev/null
then
Write
Preview
Loading…
Cancel
Save