Commit 285ee6b8 by Jiri Slaby Committed by Serge Hallyn

lxc-opensuse: print \n from one echo

Otherwise the output looks like: Copying rootfs to /var/lib/lxc/tomcat/rootfs ...Please change root-password ! Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent f4936bf1
......@@ -188,7 +188,7 @@ copy_opensuse()
rootfs=$3
# make a local copy of the mini opensuse
echo -n "Copying rootfs to $rootfs ..."
echo "Copying rootfs to $rootfs ..."
mkdir -p $rootfs
rsync -Ha $cache/rootfs-$arch/ $rootfs/ || return 1
return 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment