fixed ssh-keygen issue

This commit is contained in:
marvzhang
2020-02-18 15:20:57 +08:00
parent 357a2d26a8
commit 16263a9423
3 changed files with 8 additions and 7 deletions

View File

@@ -29,5 +29,8 @@ then
/bin/sh /app/backend/scripts/install-nodejs.sh
fi
# generate ssh
ssh-keygen -q -t rsa -N "" -f ${HOME}/.ssh/id_rsa
# start backend
crawlab