print password without delimiters foerste
authorMatthias Förste <foerste@schlittermann.de>
Mon, 18 Jul 2011 12:51:44 +0200
branchfoerste
changeset 28 9d0a1a1b70a7
parent 27 ea93837d0821
child 29 6c8364b81a82
print password without delimiters
bin/ius-dav-htuseradd
--- a/bin/ius-dav-htuseradd	Fri Jul 15 15:39:28 2011 +0200
+++ b/bin/ius-dav-htuseradd	Mon Jul 18 12:51:44 2011 +0200
@@ -47,4 +47,4 @@
   or usage;
 
 $pass = useradd readconfig, $user, mkpasswd, $expiry;
-print "[$pass]\n";
+print "$pass\n";