Skip to content

Commit

Permalink
update init_private_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jan 6, 2024
1 parent c6cf4ea commit 3861090
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions init_private_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ wait-1password() {
sleep 1
done
fi

if ! ssh-add -l &>/dev/null; then
echo "Setup 1password ssh-agent"

until ssh-add -l &>/dev/null; do
sleep 1
done
fi
}

cur_os=$(uname)
Expand Down

0 comments on commit 3861090

Please sign in to comment.