Skip to content

Commit

Permalink
Update 02ceph.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gurubamal authored Jun 9, 2022
1 parent 362be21 commit 9258ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02ceph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Host node03
User root" |sudo tee /root/.ssh/config
sudo chmod 600 /root/.ssh/config
fi
if ! /root/.ssh/id_rsa
if test -f /root/.ssh/id_rsa
then
sudo ssh-keygen -t rsa -N "" -f /root/.ssh/id_rsa
else echo "All Set"
Expand Down

0 comments on commit 9258ac3

Please sign in to comment.