Some typo.
This commit is contained in:
parent
cc1c3d46f6
commit
c0fe30a82f
@ -13,7 +13,7 @@ rbind() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bindproc() {
|
bindproc() {
|
||||||
[[ $(mount | grep $CHROOT/proc) ]] && msg "$CHROOT already mounted." \
|
[[ $(mount | grep $CHROOT/proc) ]] && msg "$CHROOT/proc already mounted." \
|
||||||
|| (mount -t proc /proc $CHROOT/proc && msg "$CHROOT/proc mounted!")
|
|| (mount -t proc /proc $CHROOT/proc && msg "$CHROOT/proc mounted!")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user