Merge "policy-rc.d: Define default behavior(return code)"

This commit is contained in:
Zuul
2022-06-28 14:50:59 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ then
exit 101 exit 101
fi fi
exit 0
eof eof
} }
@@ -65,7 +65,7 @@ then
exit 101 exit 101
fi fi
exit 0
eof eof
} }

View File

@@ -5,4 +5,4 @@ then
exit 101 exit 101
fi fi
<% end %> <% end %>
exit 0