From 40c387a3892f6dbbd16ebdaa5af063259b4c38a3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 2 Jul 2017 14:21:31 +0200 Subject: Correcting typo in comment in curl container create script. Signed-off-by: Daniel Baumann --- share/scripts/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3