Skip to content

Commit

Permalink
Changed keyorg.sh: Enclosed value in quotation marks.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdicke committed Oct 27, 2021
1 parent 4a05883 commit 374f381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyorg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ list=$(ssh-add -l | awk '{print $3}');
file="$folder$key";
for current in $list; do
if [[ $(basename "$current") = "$key" ]]; then
success=true;
success="true";
break;
fi;
done;
Expand Down

0 comments on commit 374f381

Please sign in to comment.