aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 17:28:34 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 17:28:34 +0200
commit50e65f70df551f0d743519f7c44f21c1aefb840d (patch)
treeadc2e97afc96243ad2d9ce452aa25afc22e65040
parentTry (diff)
downloadjoe-scripts-50e65f70df551f0d743519f7c44f21c1aefb840d.tar.gz
joe-scripts-50e65f70df551f0d743519f7c44f21c1aefb840d.tar.bz2
joe-scripts-50e65f70df551f0d743519f7c44f21c1aefb840d.tar.xz
joe-scripts-50e65f70df551f0d743519f7c44f21c1aefb840d.tar.zst
joe-scripts-50e65f70df551f0d743519f7c44f21c1aefb840d.zip
Pretty bav
-rwxr-xr-xgitjoe-newuser.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitjoe-newuser.pl b/gitjoe-newuser.pl
index 0d79891..bd57855 100755
--- a/gitjoe-newuser.pl
+++ b/gitjoe-newuser.pl
@@ -43,12 +43,12 @@ EOF"
system(
'/usr/local/bin/dash',
'-c',
- '/bin/mkdir -v ' . $home_dir . '.ssh'
+ '/bin/mkdir -v ' . $home_dir . '.ssh/'
);
system(
'/usr/local/bin/dash',
'-c',
- '/usr/sbin/chown -v ' . $usr . ':' . $usr . ' ' . $home_dir . '.ssh'
+ '/usr/sbin/chown -v ' . $usr . ':' . $usr . ' ' . $home_dir . '.ssh/'
);
system(
'/usr/local/bin/dash',