From 91b7b918af66f5db7d87c44ffda59df7ac2117a3 Mon Sep 17 00:00:00 2001 From: "ioaChim2006@github.com" Date: Wed, 13 Jan 2021 19:06:58 +0200 Subject: [PATCH] fixed typo --- arch-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-chroot b/arch-chroot index 94cf0c2..193789b 100755 --- a/arch-chroot +++ b/arch-chroot @@ -1,5 +1,5 @@ #!/bin/bash -mount --bind archbox archbox +mount --bind /usr/share/koffe/archbox /usr/share/koffe/archbox shopt -s extglob # generated from util-linux source: libmount/src/utils.c