mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-27 12:33:48 +08:00
Fixed bug in start script.
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ case "$1" in
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$EOE_INTERFACES" ]; then
|
if [ -z "$EOE_INTERFACES" ]; then
|
||||||
if [ -n "$EOE_DEVICES"]; then # support legacy sysconfig files
|
if [ -n "$EOE_DEVICES" ]; then # support legacy sysconfig files
|
||||||
EOE_INTERFACES=$EOE_DEVICES
|
EOE_INTERFACES=$EOE_DEVICES
|
||||||
else
|
else
|
||||||
EOE_INTERFACES=0
|
EOE_INTERFACES=0
|
||||||
|
|||||||
Reference in New Issue
Block a user