mirror of
https://github.com/richb-hanover/OpenWrtScripts.git
synced 2026-03-30 10:44:32 +02:00
Merge pull request #9 from PhilZ-cwm6/patch-1
Fix for POSIX compliant shell
This commit is contained in:
commit
4b021acb31
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ summarize_pings() {
|
|||
print_dots() {
|
||||
while : ; do
|
||||
printf "."
|
||||
sleep 1s
|
||||
sleep 1
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue