From a44a64cf5f137a4440055e87bc201f0c9d2b9ee4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 10 Dec 2015 16:52:28 +0100 Subject: [PATCH] Syntax in LXC. --- lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.sh b/lxc.sh index d8c8864..cd34e43 100755 --- a/lxc.sh +++ b/lxc.sh @@ -104,7 +104,7 @@ __EOF__ xml() { - if -n "${DISKS}"; then + if [ -n "${DISKS}" ]; then i=1 if echo ${DISKS} | grep -q '^/dev/sda'; then src_i=1 -- 1.8.2.3