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
commit bd764f71ee
2 changed files with 3 additions and 3 deletions

View File

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

View File

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