Skip to content

Commit

Permalink
Do not attempt to create /root/.ssh if it aldready exists
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Nov 13, 2024
1 parent bbca166 commit b8d3c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
&& . ./build_rpm.sh \
&& echo "$RPM --> $RPMDIR" \
&& echo "$SRPM --> $SRPMDIR" \
&& mkdir /root/.ssh \
&& mkdir -p /root/.ssh \
&& chmod 700 /root/.ssh \
&& cp id_rsa /root/.ssh \
&& chmod 600 /root/.ssh/id_rsa \
Expand Down

0 comments on commit b8d3c03

Please sign in to comment.