From 4c0e623d5df3892d3d2d72c744194e38205f4eb6 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 2 Jun 2009 19:54:55 -0400 Subject: [PATCH] installer: make the copy message point out the important things.. Signed-off-by: Andres Salomon --- installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer b/installer index 98b7427..59888f7 100755 --- a/installer +++ b/installer @@ -55,7 +55,7 @@ do_install() umount /root # wait 15s for user realize that they've made a mistake - echo "Copying data from $ROOT_SRC => $TARGET" + echo "Copying data from [$ROOT_SRC] => [$TARGET]" echo "IF THIS IS INCORRECT, REBOOT NOW OR YOU WILL LOSE DATA! (waiting 15s)" sleep 15 -- 2.39.2