updated sub-view's

This commit is contained in:
xdrm-brackets 2018-01-31 07:22:53 +01:00
parent 5b30063dca
commit b01daab1c1
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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