diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-03-26 01:50:00 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-03-26 01:50:00 +0900 |
commit | 1bd832a135d027243c0b0c1ea5a740f82d429cd1 (patch) | |
tree | 0a2fd63ec04cd22fce6992cb2f5d6651dd12e5d7 /scripts | |
parent | 834407379dfe4a3205259f08a02259458b6a6401 (diff) | |
parent | 6be61e8adff9690fd2d0cc943a1ac63939b5f0d8 (diff) |
Merge branch 'main' of github.com:upa/mscp
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test-in-container.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test-in-container.sh b/scripts/test-in-container.sh index 1e003b3..cdaef47 100755 --- a/scripts/test-in-container.sh +++ b/scripts/test-in-container.sh @@ -11,6 +11,7 @@ set -x # Run sshd if [ ! -e /var/run/sshd.pid ]; then /usr/sbin/sshd + sleep 1 fi ssh-keyscan localhost >> ${HOME}/.ssh/known_hosts |