dockerfiles/nasp-jumpserver/startup.sh

6 lines
84 B
Bash
Raw Normal View History

2023-05-04 14:17:03 +08:00
#!/bin/bash
set -e
crond
2023-05-04 14:32:06 +08:00
/etc/init.d/sshd start || echo "sshd already started"
2023-05-04 14:17:03 +08:00
bash