summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2018-02-26 22:48:02 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2018-02-26 22:48:02 +0100
commitfbd52d66621f761e7ac311b3f0a79f17dc9d7a9b (patch)
tree76457c2ec05c00b762203adca02bb41c268504bb
parent823c4a37fa9beb4d3b107fc2f2483f9f56f659de (diff)
Remove container name
-rwxr-xr-xbuild.sh5
1 files 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 <name>"
echo \# set root password
-echo lxc exec $name passwd root
+echo "lxc exec <name> passwd root"