]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-opensuse: print \n from one echo
authorJiri Slaby <jslaby@suse.cz>
Tue, 19 Feb 2013 12:44:53 +0000 (13:44 +0100)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 28 Feb 2013 20:05:08 +0000 (14:05 -0600)
Otherwise the output looks like:
Copying rootfs to /var/lib/lxc/tomcat/rootfs ...Please change
root-password !

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-opensuse.in

index 1829ddf01448a64bd3a2c47862dfc6713578ac51..d8aa2a16a11700cbf80ddefba99cd2a1fe539a1c 100644 (file)
@@ -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