Cleaned unused var
This commit is contained in:
parent
bf40ab381f
commit
ee367756f5
|
@ -16,7 +16,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
|
||||||
SYSTD_TREE=""; # service_log
|
|
||||||
|
|
||||||
# (2) Get BUF_IN #
|
# (2) Get BUF_IN #
|
||||||
source $ROOT/com/config_ioemu;
|
source $ROOT/com/config_ioemu;
|
||||||
|
|
Loading…
Reference in New Issue