Skip to content
Snippets Groups Projects
Commit bfc81260 authored by Florian Pose's avatar Florian Pose
Browse files

Fixed bug in start script.

parent 27f4c209
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ case "$1" in ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment