fix $IN_LXC in rebuild_base_lxc

This commit is contained in:
Kayou 2020-12-18 18:31:24 +01:00 committed by GitHub
parent cb9fe7beb7
commit d5a5e87cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ function rebuild_base_lxc()
sudo lxc restart $LXC_BASE
sleep 5
IN_LXC="sudo lxc exec $LXC_BASE"
IN_LXC="sudo lxc exec $LXC_BASE --"
INSTALL_SCRIPT="https://install.yunohost.org/$DIST"
$IN_LXC apt install curl -y