Skip to content

Commit

Permalink
Fxxk you git! Don't change to CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeBottle committed Jan 26, 2024
1 parent ee6c17a commit 23dbd32
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 414 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ USER root
RUN echo $(openssl rand -base64 32) > /root/temp.pass
# 修改root用户的密码
RUN echo -e "$(cat /root/temp.pass)\n$(cat /root/temp.pass)" | passwd root
# 把主机名写入文件
RUN echo "$SH_HOSTS" > /root/exchange_hosts


# 若.ssh目录不存在则建立
Expand Down
Loading

0 comments on commit 23dbd32

Please sign in to comment.