updated sub-view's
This commit is contained in:
parent
5b30063dca
commit
b01daab1c1
|
@ -17,9 +17,6 @@ test ! -f $ROOT/.lock && echo "Daemon not started" && exit 1;
|
||||||
# (1) Initialise vars #
|
# (1) Initialise vars #
|
||||||
LED="0"; Rx=(0 0 0); # led; relays
|
LED="0"; Rx=(0 0 0); # led; relays
|
||||||
|
|
||||||
# (2) Get BUF_IN #
|
|
||||||
source $ROOT/com/config/ioemu;
|
|
||||||
|
|
||||||
|
|
||||||
while sleep 1; clear; do
|
while sleep 1; clear; do
|
||||||
|
|
||||||
|
|
|
@ -17,9 +17,6 @@ test ! -f $ROOT/.lock && echo "Daemon not started" && exit 1;
|
||||||
# (1) Initialise vars #
|
# (1) Initialise vars #
|
||||||
declare -A SERV;
|
declare -A SERV;
|
||||||
|
|
||||||
# (2) Get BUF_IN #
|
|
||||||
source $ROOT/com/config/ioemu;
|
|
||||||
|
|
||||||
# (3) For each service update #
|
# (3) For each service update #
|
||||||
while sleep 1; clear; do
|
while sleep 1; clear; do
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue