diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 17:28:34 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 17:28:34 +0200 |
commit | 50e65f70df551f0d743519f7c44f21c1aefb840d (patch) | |
tree | adc2e97afc96243ad2d9ce452aa25afc22e65040 | |
parent | Try (diff) | |
download | joe-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-x | gitjoe-newuser.pl | 4 |
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', |