Skip to content

Commit

Permalink
added space on test for 2nd arg
Browse files Browse the repository at this point in the history
  • Loading branch information
guioconnor committed Jan 14, 2010
1 parent ac1d7b3 commit b5af799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_passwordless_ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ path="$HOME/.ssh"
if [ $1 ]
then
hostname=$1
if [ $2]
if [ $2 ]
then
username=$2
else
Expand Down

2 comments on commit b5af799

@nitinrocksss
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its not working for me

@guioconnor
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @nitinrocksss would you mind opening an issue with details of what you've done and what's not working, pelase?

Please sign in to comment.