diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-07-05 12:16:52 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-07-05 12:16:52 -0500 |
commit | bb968c9b165553361b6491d8e6a7dc6675c0e624 (patch) | |
tree | 4604702704249e0c4948fcac6ea9c2fff429f1df /scripts | |
parent | fd99807812469576a6870e2ee752cbeaf60acbe5 (diff) | |
download | vyatta-op-bb968c9b165553361b6491d8e6a7dc6675c0e624.tar.gz vyatta-op-bb968c9b165553361b6491d8e6a7dc6675c0e624.zip |
Clean up clone warning message
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-image-tools.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-image-tools.pl b/scripts/vyatta-image-tools.pl index 52c3ee5..f1d2d26 100755 --- a/scripts/vyatta-image-tools.pl +++ b/scripts/vyatta-image-tools.pl @@ -191,8 +191,8 @@ sub update { my $print_to = conv_file_to_rel($t_topdir, $to); my $msg = "WARNING: This is a destructive copy of the /config directories\n" . "This will erase all data in the ".$print_to."config directory\n" - . "This data will be replaced with the data from $print_from\n" - . "The current config data will be backed up in $print_to/config.preclone\n" + . "This data will be replaced with the data from ".$print_from."config\n" + . "The current config data will be backed up in ".$print_to."config.preclone\n" . "Do you wish to continue?"; if (y_or_n("$msg")){ system("rm -rf $to/config.preclone"); |