diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-07-02 12:21:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-07-02 12:21:31 +0000 |
commit | 0f73219f98aab8d10466df061e8a494e8e15b3d2 (patch) | |
tree | 402b16f70d444ad1f0a8218b8ed1ce7def3293f3 | |
parent | Wrapping changelog to 80 characters per line. (diff) | |
download | compute-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-x | share/scripts/curl | 2 |
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}" |