forgot to remove

This commit is contained in:
Frede Hundewadt 2020-03-01 12:29:59 +01:00
parent 76d6d697e1
commit f4dd5b3bd0
No known key found for this signature in database
GPG key ID: 7605992471F3F073
2 changed files with 2 additions and 5 deletions

View file

@ -148,7 +148,7 @@ usage() {
orig_argv=("$@")
opts='p:a:b:r:t:k:g:d:cfzxmvqhilon'
opts='p:a:b:r:t:k:g:d:cfzxmvqhilo'
while getopts "${opts}" arg; do
case "${arg}" in
@ -169,7 +169,7 @@ while getopts "${opts}" arg; do
x) images_only=true ;;
z) iso_only=true ;;
l) permalink=true ;;
n) office_installer=false ;;
o) office_installer=true ;;
h|?) usage 0 ;;
*) echo "invalid argument '${arg}'"; usage 1 ;;
esac

View file

@ -462,8 +462,6 @@ load_profile_config(){
[[ -z ${office_installer} ]] && office_installer="false"
[[ -z ${permalink} ]] && permalink="false"
return 0
}
@ -511,7 +509,6 @@ reset_profile(){
unset extra
unset full_iso
unset office_installer
unset permalink
}
check_profile(){