renamed restric -> restricted
This commit is contained in:
parent
aca88bc063
commit
72c8c4b9a9
@ -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
|
||||
|
||||
|
@ -9,7 +9,7 @@ PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
||||
# TYPE - defines, if the install files are public or restricted.
|
||||
# Valid value: restrict | public
|
||||
# Valid value: restricted | public
|
||||
TYPE="public"
|
||||
|
||||
# EXTRACTWITH - defines the used programm for decompression
|
||||
|
Loading…
Reference in New Issue
Block a user