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-22 21:31:53 +0000 |
commit | 40c387a3892f6dbbd16ebdaa5af063259b4c38a3 (patch) | |
tree | e167765e107a6900462777a7d9b691ab17546cb9 /share/scripts | |
parent | Also creating lz compressed container-images in example script. (diff) | |
download | compute-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>
Diffstat (limited to '')
-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}" |