shellcheck fix rc.autostart return and improve globbing

This commit is contained in:
Daniel Agar
2018-11-30 21:01:29 -05:00
parent 3e9e5ed372
commit 161cf7f5d9
3 changed files with 4 additions and 3 deletions

View File

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