From b01daab1c138fa6d9648e565458cd67fe8223229 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 31 Jan 2018 07:22:53 +0100 Subject: [PATCH] updated sub-view's --- sub-view/gpio | 3 --- sub-view/systemd | 3 --- 2 files changed, 6 deletions(-) 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