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-02 12:21:31 +0000
commit0f73219f98aab8d10466df061e8a494e8e15b3d2 (patch)
tree402b16f70d444ad1f0a8218b8ed1ce7def3293f3
parentWrapping changelog to 80 characters per line. (diff)
downloadcompute-tools-0f73219f98aab8d10466df061e8a494e8e15b3d2.tar.xz
compute-tools-0f73219f98aab8d10466df061e8a494e8e15b3d2.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}"