summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-02 12:21:31 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-22 21:31:53 +0000
commit40c387a3892f6dbbd16ebdaa5af063259b4c38a3 (patch)
treee167765e107a6900462777a7d9b691ab17546cb9
parentAlso creating lz compressed container-images in example script. (diff)
downloadcompute-tools-40c387a3892f6dbbd16ebdaa5af063259b4c38a3.tar.xz
compute-tools-40c387a3892f6dbbd16ebdaa5af063259b4c38a3.zip
Correcting typo in comment in curl container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/scripts/curl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/curl b/share/scripts/curl
index a338020..a893b10 100755
--- a/share/scripts/curl
+++ b/share/scripts/curl
@@ -240,7 +240,7 @@ cp -L /etc/resolv.conf "${MACHINES}/${NAME}/etc/resolv.conf"
echo root:${PASSWORD} | chroot "${MACHINES}/${NAME}" chpasswd
echo "${NAME}: root password set to '${PASSWORD}'."
-# Reove cache
+# Remove cache
case "${CLEAN}" in
true)
rm -f "${CACHE}/${IMAGE}"