We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8015f2f commit 5396e24Copy full SHA for 5396e24
scripts/setup-zht-plus-aws.sh
@@ -38,5 +38,5 @@ done
38
# Start ZHT server at remote node
39
for i in $IP_LIST; do
40
echo "connect to $i and start zhtserver"
41
- parallel-ssh -H $i -x "-oStrictHostKeyChecking=no -i $PRIVATE_KEY" ./start-server.sh&
+ parallel-ssh -H $i -x "-oStrictHostKeyChecking=no -i $PRIVATE_KEY" "nohup ./start-server.sh > log.out 2> log.err < /dev/null &"
42
done
0 commit comments