diff options
-rwxr-xr-x | gitjoe-newuser.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitjoe-newuser.pl b/gitjoe-newuser.pl index 8f7b0e3..3102aeb 100755 --- a/gitjoe-newuser.pl +++ b/gitjoe-newuser.pl @@ -52,7 +52,7 @@ EOF" system( '/usr/local/bin/dash', '-c', - '/bin/ln -s /bin/ls ' . $home_dir . 'git-shell-commands/ls' + '/bin/ln -v -s ' . $home_dir . 'git-shell-commands/ls /bin/ls' ); } |