diff --git a/sub-view/gpio b/sub-view/gpio index e3005a2..8c67884 100755 --- a/sub-view/gpio +++ b/sub-view/gpio @@ -17,9 +17,6 @@ test ! -f $ROOT/.lock && echo "Daemon not started" && exit 1; # (1) Initialise vars # LED="0"; Rx=(0 0 0); # led; relays -# (2) Get BUF_IN # -source $ROOT/com/config/ioemu; - while sleep 1; clear; do diff --git a/sub-view/systemd b/sub-view/systemd index dd52c07..5e8c997 100755 --- a/sub-view/systemd +++ b/sub-view/systemd @@ -17,9 +17,6 @@ test ! -f $ROOT/.lock && echo "Daemon not started" && exit 1; # (1) Initialise vars # declare -A SERV; -# (2) Get BUF_IN # -source $ROOT/com/config/ioemu; - # (3) For each service update # while sleep 1; clear; do