From 18a57fe0a886cd35a451718f4484186a869bf770 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 18 Aug 2005 19:11:09 +0000 Subject: [PATCH] Fix a syntax error in the last change I made. (It's always the simple ones you don't retest.) --- debian/afs-newcell | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/afs-newcell b/debian/afs-newcell index d98777561..0f6a07b0c 100644 --- a/debian/afs-newcell +++ b/debian/afs-newcell @@ -225,7 +225,8 @@ unless ($afs_running) { print "Please fix whatever problem kept it from running.\n"; exit(1); } -print "Now, get tokens as $admin in the $cell cell.\n" +print "\n"; +print "Now, get tokens as $admin in the $cell cell.\n"; print "Then, run afs-rootvol.\n"; # Success, so clear the unwind commands. -- 2.39.5