Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Fix arch-chroot error
Browse files Browse the repository at this point in the history
  • Loading branch information
grm34 committed May 12, 2020
1 parent 6329c42 commit f003637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archboot
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ _wget() {
### Execute action in chrooted environment
_chroot() {
arch-chroot /mnt /bin/bash <<EOF
${1}; trap '_error ${MSG_KEYBOARD}' 1 2 3 6
${1}
trap '_error ${MSG_KEYBOARD}' 1 2 3 6
EOF
}

Expand Down

0 comments on commit f003637

Please sign in to comment.