[arkdep-build] Notify on no valid type
This commit is contained in:
parent
90d7c1f37c
commit
5a8fc70cd5
1 changed files with 4 additions and 0 deletions
|
@ -343,3 +343,7 @@ if [[ $type == 'archlinux' ]]; then
|
|||
cleanup_and_quit
|
||||
|
||||
fi
|
||||
|
||||
# No valid variant was found
|
||||
printf 'No valid type set in configuration\n'
|
||||
exit 2
|
||||
|
|
Loading…
Add table
Reference in a new issue