diff options
Diffstat (limited to 'src/gitjoe/adduser.pl')
-rwxr-xr-x | src/gitjoe/adduser.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gitjoe/adduser.pl b/src/gitjoe/adduser.pl index a141277..e4581b9 100755 --- a/src/gitjoe/adduser.pl +++ b/src/gitjoe/adduser.pl @@ -69,6 +69,7 @@ EOF" '-c', '/bin/chmod -v 600 ' . $home_dir . '.ssh/authorized_keys' ); + print "Created new git user " . colored($usr, 'bold green') . ".\n"; exit; } |