Skip to content
Snippets Groups Projects
Commit 03b0d011 authored by Johannes Rudolph's avatar Johannes Rudolph
Browse files

hoodselector: Change Return Code if no hoodfile in config

parent 7ea3452c
No related branches found
No related tags found
1 merge request!28Hiermit wird der Hoodselector sysupgrade fest.
...@@ -103,7 +103,7 @@ local hoodstatic = 0 ...@@ -103,7 +103,7 @@ local hoodstatic = 0
local FILE = uci:get('hoodselector', 'hoodselector', 'hoodfile') local FILE = uci:get('hoodselector', 'hoodselector', 'hoodfile')
if FILE == nil then if FILE == nil then
log("No hood file in config") log("No hood file in config")
os.exit(0) os.exit(1)
end end
-- initialization done -- initialization done
......
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