mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 11:38:34 +01:00
<empty commit message>
This commit is contained in:
parent
e0a330c23b
commit
ddb41f94fb
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ wait_connection_acs() {
|
|||
echo -e -n "" | nc $dest $port 2> /dev/null
|
||||
result=$?
|
||||
if [ $result -eq 1 ];then
|
||||
i=`expr $i + 1`;echo -n $i;printf "\033[A" ;sleep 1
|
||||
i=`expr $i + 1`;echo $i;printf "\033[A" ;sleep 1
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue