From fbd52d66621f761e7ac311b3f0a79f17dc9d7a9b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 26 Feb 2018 22:48:02 +0100 Subject: Remove container name --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index b29435e..8d8f65b 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,6 @@ subarch=64 arch_dash=${arch}-${subarch} ver=17.01.4 image=openwrt -name=openwrt dist=lede rootfs_url=https://downloads.openwrt.org/releases/${ver}/targets/${arch}/${subarch}/${dist}-${ver}-${arch_dash}-generic-rootfs.tar.gz @@ -143,6 +142,6 @@ build_tarball build_image echo \# start -echo lxc launch $image $name +echo "lxc launch $image " echo \# set root password -echo lxc exec $name passwd root +echo "lxc exec passwd root" -- cgit v1.2.3