mklni: Fix indents
This commit is contained in:
parent
9836fb911b
commit
6839150a68
6
mklni
6
mklni
|
@ -62,7 +62,7 @@ arguments() {
|
|||
remove_chroot
|
||||
break 2 ;;
|
||||
|
||||
build)
|
||||
build)
|
||||
build "$1"
|
||||
break 2 ;;
|
||||
|
||||
|
@ -262,7 +262,7 @@ install_chroot()
|
|||
log "Failed to install lon-tool" error
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
detach_chroot || {
|
||||
log "Failed to detach chroot" error
|
||||
exit 1
|
||||
|
@ -283,7 +283,7 @@ remove_chroot()
|
|||
}
|
||||
{
|
||||
rm -rf "${CHROOTDIR:?}/" &&
|
||||
log "Done!"
|
||||
log "Done!"
|
||||
} || {
|
||||
log "Failed to remove chroot" error
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue