mklni: Fix indents

This commit is contained in:
timoxa0 2024-11-02 23:14:43 +05:00
parent 9836fb911b
commit 6839150a68

6
mklni
View file

@ -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