renamed restric -> restricted

This commit is contained in:
2012-02-02 17:29:06 +01:00
parent aca88bc063
commit 72c8c4b9a9
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ builder_config() {
exit 2
fi
if [ "$TYPE" != "public" ] && [ "$TYPE" != "restrict" ] ; then
if [ "$TYPE" != "public" ] && [ "$TYPE" != "restricted" ] ; then
fatal_error "unknown TYPE: $TYPE"
fi