Skip to content

Commit

Permalink
edit: edit DockerFile
Browse files Browse the repository at this point in the history
修改start.sh
  • Loading branch information
Zherphy committed Dec 6, 2024
1 parent e4ea9ab commit 17a1de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ssh/start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
/usr/sbin/sshd &
#/usr/sbin/sshd &
systemctl restart sshd &
/port_forward.sh &
wait

0 comments on commit 17a1de6

Please sign in to comment.