Skip to content
Snippets Groups Projects
Commit e27f6293 authored by Rick Carback's avatar Rick Carback
Browse files

syntax erro

parent c1f695c3
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ jobs -p > results/serverpids ...@@ -71,7 +71,7 @@ jobs -p > results/serverpids
finish() { finish() {
echo "STOPPING SERVERS AND GATEWAYS..." echo "STOPPING SERVERS AND GATEWAYS..."
if [ -z "NSYSENABLED" ]; then if [ -z "$NSYSENABLED" ]; then
nsys shutdown --kill=sigterm nsys shutdown --kill=sigterm
fi fi
# NOTE: jobs -p doesn't work in a signal handler # NOTE: jobs -p doesn't work in a signal handler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment