aboutsummaryrefslogtreecommitdiffstats
path: root/src/gitjoe/adduser.pl
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:55:52 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:55:52 +0200
commit99e7509d25fc6c108838f01734f6e6c41527f7d7 (patch)
tree2657efed68f08e5f6adb33353def1f2c0b6bbc63 /src/gitjoe/adduser.pl
parentFucked up (diff)
downloadjoe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.gz
joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.bz2
joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.xz
joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.zst
joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.zip
More log messages, improved seds
Diffstat (limited to 'src/gitjoe/adduser.pl')
-rwxr-xr-xsrc/gitjoe/adduser.pl1
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;
}