From af6caa6835d1791614355ecd368e8be0a5973e35 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Dec 2016 11:18:47 +0100 Subject: Tidying container move interactive question. Signed-off-by: Daniel Baumann --- lib/container/move | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/container/move b/lib/container/move index 467d687..0d00ac8 100755 --- a/lib/container/move +++ b/lib/container/move @@ -110,7 +110,7 @@ case "${FORCE}" in *) if container list --other | grep -qs "^${OLD}$" then - echo -n "'${OLD}': rename remote container to '${NEW}' [y|N]? " + echo -n "'${OLD}': rename container to '${NEW}' [y|N]? " read FORCE FORCE="$(echo ${FORCE} | tr [A-Z] [a-z])" -- cgit v1.2.3