diff options
Diffstat (limited to 'functions/wrapper.sh')
-rwxr-xr-x | functions/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wrapper.sh b/functions/wrapper.sh index a856756d7..3b8a67232 100755 --- a/functions/wrapper.sh +++ b/functions/wrapper.sh @@ -10,7 +10,7 @@ Apt () { - case "${LH_APT}" in + case "${LB_APT}" in apt|apt-get) Chroot chroot apt-get ${APT_OPTIONS} ${@} ;; |