mklni: Fix indents

This commit is contained in:
timoxa0 2024-11-02 23:14:43 +05:00
parent 2ba81cb16c
commit 6dd8be5eb3

6
mklni
View file

@ -62,7 +62,7 @@ arguments() {
remove_chroot remove_chroot
break 2 ;; break 2 ;;
build) build)
build "$1" build "$1"
break 2 ;; break 2 ;;
@ -262,7 +262,7 @@ install_chroot()
log "Failed to install lon-tool" error log "Failed to install lon-tool" error
exit 1 exit 1
} }
detach_chroot || { detach_chroot || {
log "Failed to detach chroot" error log "Failed to detach chroot" error
exit 1 exit 1
@ -283,7 +283,7 @@ remove_chroot()
} }
{ {
rm -rf "${CHROOTDIR:?}/" && rm -rf "${CHROOTDIR:?}/" &&
log "Done!" log "Done!"
} || { } || {
log "Failed to remove chroot" error log "Failed to remove chroot" error
exit 1 exit 1