rc.autostart restart shellcheck fix (161cf7) and exclude check

- fixes #10972
This commit is contained in:
Daniel Agar
2018-12-03 08:52:45 -05:00
committed by Lorenz Meier
parent 5083c60a87
commit 38c84e6e9d
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class RCOutput():
"# 14000 .. 14999 Tri Y\n"
""
""
"cd /etc/init.d/airframes || return\n"
"cd /etc/init.d/airframes\n"
"\n")
for group in groups:
result += "# GROUP: %s\n\n" % group.GetName()